Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 437 Bytes

Readme.md

File metadata and controls

25 lines (23 loc) · 437 Bytes

Voice to Voice Chat bot using Groq - Streamlit Link

Demo: img

Technologies:

pip install groq
  • LLM : Groq

pip install SpeechRecognition
  • Voice to Text: SpeechRecognition

pip install pyttsx3
  • Text to Voice: Pyttsx3

pip install streamlit
  • Frontend and Backend: Streamlit