Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 673 Bytes

Speaker-Identification-Using-Machine-Learning

Follow the below steps to execute this project,

  • Download the repository.
  • Execute SpeakerIdentification.py file.
  • Install Required modules.

Things to do,

  • Change all the paths in code as per your directory.
  • Four options are there when you run SpeakerIdentification.py i)Record audio for training ii)Train Model iii) Record Audio for Testing iv) Test Model(Follow the same order).
  • Store your audio recorded for training in training_set and testing audio in testing_set Folder.
  • training_set_addition.txt use this file to append trained files and testing_set_addition.txt for appending test files.