├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── speaker-recognition.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manishpandit/speaker-recognition/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manishpandit/speaker-recognition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manishpandit/speaker-recognition/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manishpandit/speaker-recognition/HEAD/requirements.txt -------------------------------------------------------------------------------- /speaker-recognition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manishpandit/speaker-recognition/HEAD/speaker-recognition.ipynb --------------------------------------------------------------------------------