Skip to content

gangeshwark/QbE_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit: http://www.gangeshwark.com/#projects to know more about this project

QbE_System

An end-to-end system to search for a query word (audio format) in a huge corpus audio file.

Running

  1. To start the server, use the following command:
    $ python QbE_System.py

  2. Open the given link in the browser for GUI of the system.

Requirements

The system requires the following modules:

  1. bob - 'ap' module specifically
  2. numpy
  3. matplotlib
  4. scipy
  5. KALDI
Note: Install Anaconda(https://www.continuum.io/downloads) for a full stack of libraries necessary for this model.

TODO:

  1. Rewrite the code using CUDA programming for faster computation.