Skip to content

SidraEffendi/ebt_ai_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The voice AI agent is an EBT application assistant that helps you get your EBT documents in order. It listens on your microphone and replies out loud, powered by Groq's free LLM API. The front-end is built using streamlit and you can try it here https://tinyurl.com/ebtassistant

Setup

  1. Install dependencies:
    pip install -r requirements.txt
    
  2. Get a free Groq API key at https://console.groq.com/keys, then add it to a .env file in this folder (copy .env.example to .env):
    GROQ_API_KEY=your-key-here
    
    The .env file is gitignored, so your key won't be committed. (You can also set GROQ_API_KEY as a normal environment variable instead.)
  3. Run it:
    python voice_agent.py
    

Say "quit" or "exit" to stop, or "change instructions" to update the agent at runtime.

Run the frontend

Do not run python app.py.

Run the Streamlit frontend with:

python -m streamlit run app.py

About

AI voice agent which helps people applying for EBT assistance expedite their application

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages