Creating J.A.R.V.I.S. powered by GROQ and Python and Deepgram
https://www.youtube.com/watch?v=HQ-wAw88X1I
pip install -r requirements.txt
Find your Deepgram API key on https://console.deepgram.com/
export DEEPGRAM_API_KEY=your-api-key
Find your GROQ API key on https://console.groq.com/keys
export GROQ_API_KEY=your-api-key
python3 app.py
Then open your browser and go to http://localhost:5000