Skip to content

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

License

Notifications You must be signed in to change notification settings

Danii2020/whisper-python-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages