Skip to content

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.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks