Email Reply System AI Agent streamlines email management by automating repetitive tasks, prioritizing incoming messages, and providing intelligent responses, ultimately saving users time and enhancing productivity.
click below links to set two API_KEYs in the Environment Variable, and use this link as a reference.
-
TAVILY_API_KEY
$ TAVILY_API_KEY="Your-API-key" -
GROQ_API_KEY
$ GROQ_API_KEY="Your-API-key"
$ git clone https://github.com/Bhavik-Jikadara/Email-Reply-System.git
$ cd Email-Reply-System/
$ pip install virtualenv
$ virtualenv venv
$ source venv/Scripts/activate
$ GROQ_API_KEY=""
$ TAVILY_API_KEY=""
$ pip install -r requirements.txt
$ streamlit run app.py