Skip to content

questmapping/voiceassist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installed with Anaconda for Windows

Create a Virtual Environment

  • conda create -n voiceassistant

Install Dependencies

  • conda install -n voiceassistant pyaudio
  • conda install -n voiceassistant -c conda-forge websockets
  • conda install -n voiceassistant -c conda-forge openai
  • conda install -n voiceassistant -c conda-forge python-dotenv

Get Api Keys from OpenAI and put in .env file

Get Api Keys from AssemblyAI and put in .env file

Run the main.py file and talk to the assistant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages