Voice identification demo Setup Create new conda environment conda create --name voice_identification_demo python=3.7 Activate the new environment conda activate voice_identification_demo Install dependencies conda install -c conda-forge --file requirements.txt Run the demo cd src python demo_realtime.py