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/
You should install the necessary packages using the requirement.txt
pip install -r /path/to/requirements.txt
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.
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.
- python3
- tensorflow
- tflearn
This project is licensed under the Apache License - see the LICENSE.md file for details