Bhavik-Jikadara / Email-Reply-AI-Agent-System

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Reply AI Agent System

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.

alt text


Notes: This step is very import:

click below links to set two API_KEYs in the Environment Variable, and use this link as a reference.


Step 1: Clone the repository

    $ git clone https://github.com/Bhavik-Jikadara/Email-Reply-System.git
    $ cd Email-Reply-System/

Step 2: Create a virtualenv (windows user)

    $ pip install virtualenv
    $ virtualenv venv
    $ source venv/Scripts/activate

Step 3: Rename of .env.example filename to .env file and add api keys

    $ GROQ_API_KEY=""
    $ TAVILY_API_KEY=""

Step 4: Install the requirements libraries using pip

    $ pip install -r requirements.txt

Step 5: Run the project:

    $ streamlit run app.py

About

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.


Languages

Language:Jupyter Notebook 61.1%Language:Python 38.9%