Skip to content

This repo contains the project for Automatic Speech Recognition course. The focus is on an automatic cinema ticket reservation application using VoiceXML.

Notifications You must be signed in to change notification settings

ClaraRus/ASR_Cinema_Ticket_Reservation

Repository files navigation

ASR Cinema Ticket Reservation System

Description

This repo contains the code used to create an IVR using VoiceXML for a cinema ticket reservation system within the scope of the Automatic Speech Recognition course.

The research focuses on answering the following research questions:
Q1: Does the ASR system for cinema ticket reservation discriminate against gender?
Q2: Does it perform better when using male voices than female voices or vice-versa?

The IVR's dialogue is described in the figure below: ASRAppdialogue

Requirements

  • Python
  • Django
  • Ngrok
  • Twilio

Start the Cinema Ticket Reservation System

  1. Create a Twilio account and get a phone number
  2. Start the application running the following commands
cd ivr
python manage.py runserver

cd <ngrok install folder>
ngrok http 8000
  1. Connect the Twilio phone number to the application using the ngrok address

About

This repo contains the project for Automatic Speech Recognition course. The focus is on an automatic cinema ticket reservation application using VoiceXML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published