Visit: http://www.gangeshwark.com/#projects to know more about this project
An end-to-end system to search for a query word (audio format) in a huge corpus audio file.
-
To start the server, use the following command:
$ python QbE_System.py
-
Open the given link in the browser for GUI of the system.
The system requires the following modules:
- bob - 'ap' module specifically
- numpy
- matplotlib
- scipy
- KALDI
Note: Install Anaconda(https://www.continuum.io/downloads) for a full stack of libraries necessary for this model.
- Rewrite the code using CUDA programming for faster computation.