Skip to content

mk-minchul/SpeakerIdentifier

Repository files navigation

Speaker Identifier

Find out who the speaker is from the youtube videos. For a detailed explanation of the code, visit the following post. https://mk-minchul.github.io/SpeakerIdentification/

Prerequisites

You should install the necessary packages using the requirement.txt

pip install -r /path/to/requirements.txt

Training the model

If you want to download the youtube video and retrain the model yourself, run the following code.

python main.py 

If you want to train with different input vidoes, tweak the moon.txt and son.txt files.

Running the test

If you want to only run the test using the pretrained model, run the following code.

python test.py

For different input videos for the test, tweak the test.txt file.

Built With

  • python3
  • tensorflow
  • tflearn

License

This project is licensed under the Apache License - see the LICENSE.md file for details

Acknowledgments

About

Find out who the speaker is from the youtube videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages