This project implements an AI Voice Assistant to open Windows Applications and Utilizes Generative AI to Answer Queries (As of now)
-
Get Groq API Key from Groq Website
-
Add Groq API Key to Environmental Variables: GROQ_API_KEY=YOUR_API_KEY_HERE
git clone https://github.com/Ron-Caster/Yosist.git
Install the required packages using pip:
pip install pyaudio wave pyttsx3 whisper groq
Run the main.py
script to start the voice assistant:
python main.py
main.py
├── whisper_module.py
├── groq_module.py
├── tts_module.py
├── intent_module.py
├── apps.py
└── README.md
This project is licensed under the MIT License. See the LICENSE file for details.