Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 826 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 826 Bytes

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.