whisper-python-assistant

This is the repository for the Whisper Python virtual assistant series of videos

Setup

  1. Create your venv using python -m venv venv
  2. Activate the venv using:
  • Windows: .\venv\Scripts\activate
  • Linux/MacOs: source ./venv/bin/activate
  1. Install the packages using: pip install -r requirements.txt
  2. Before running the assistant, don't forget to create a .env file with your API keys, see the .env.example for reference.
  3. Run the assistant using python assistant.py