Create virtual Environment:
Python -m venv venv
Now active the environment
venv\Scripts\activate
Now install the necessary libraries
pip install -r requirement.txt
Now to test the project pretrained model
python predict.py c0001.wav
use the Heartbeat Classifier.ipyb
in either vscode or jupyter