In this project i have created a smart home using voice commands. I use pretrained models from Hugginhface to transfer voice to text. Then I use large language models (Groq,...) and RAG to get the commands to be executed.
run: pip install -r requirements.txt python app.py