Skip to content

dev-Roshan-lab/Voice-distinguisher

Repository files navigation

Voice-distinguisher

You Say "HI" , this program classifiies it ..... This program can distinguish between the phrase said By me(Roshan) and my Friend (Ramana). you can also use this repo to use your own datasets by using "feature extractor.py"

How to run

windows

  • Download the repo install
  • run command "pip install -r requirements.txt"
  • run "classifier.py"

Linux

How to set up the project for your own use

  • Open "feature extractor.py" and set up you audio files path
  • Run the program create for all the audio files (the file should be of ".wav" file)
  • Create the datatset file ( ".csv" file) by copy pasting the printed features from the "feature extractor.py" program
  • Ta-Da done obviously this process will take too much time to create the dataset still You can use loops to automate this process..

Is it of some use

  • This is made to classify voice of mine and my friend apart from this with a specific dataset you can make this ML app to classify coronavirus virus patients and uninfected patients
  • This also applies for other Respiratory Disease as they cause difference in normal speech
  • You can also Apply this to contror access to your files by making this your voice as password and much more ....

made with python 3.8