This is the repository for the Whisper Python virtual assistant series of videos
- Create your venv using
python -m venv venv
- Activate the venv using:
- Windows:
.\venv\Scripts\activate
- Linux/MacOs:
source ./venv/bin/activate
- Install the packages using:
pip install -r requirements.txt
- Before running the assistant, don't forget to create a
.env
file with your API keys, see the.env.example
for reference. - Run the assistant using
python assistant.py