Skip to content

SR-MEiTY/i-SpeakR_single_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speaker_Recognition

Speaker Recognition System

Instructions to run the web app using Flask Server.

  1. Install Anaconda or mini conda.
  2. Create a Virtual Environment in command prompt using 'conda create --name flaskenv python=3.8'
  3. Activate the environment using 'conda activate flaskenv'
  4. Install the dependencies using pip install '<package_name>' or 'conda install <package_name>'
    1. flask
    2. flask_mysqldb
    3. librosa
    4. pydub
    5. ffmpeg
    6. numpy
  5. Open the web app folder from the command prompt/terminal, activate the a environment, if not activated and run the server using 'python app.py'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published