Ron-Caster / Yosist

Trying to develop an AI Assistant for Windows 11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Assistant - Yosist

This project implements an AI Voice Assistant to open Windows Applications and Utilizes Generative AI to Answer Queries (As of now)

IMPORTANT

  1. Get Groq API Key from Groq Website

  2. Add Groq API Key to Environmental Variables: GROQ_API_KEY=YOUR_API_KEY_HERE

    image

INSTALLATION

git clone https://github.com/Ron-Caster/Yosist.git

Install the required packages using pip:

pip install pyaudio wave pyttsx3 whisper groq

Running the Voice Assistant

Run the main.py script to start the voice assistant:

python main.py

Project Structure

main.py
├── whisper_module.py
├── groq_module.py
├── tts_module.py
├── intent_module.py
├── apps.py
└── README.md

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

Trying to develop an AI Assistant for Windows 11.


Languages

Language:Python 100.0%