https://github.com/chitralputhran/email-ai-write-better-emails
Email AI is a web application built with Streamlit and LangChain that simplifies email writing by analyzing the required information, including the tone, number of lines, and sender and receiver names.
https://github.com/chitralputhran/email-ai-write-better-emails
langchain llms streamlit
Last synced: about 1 month ago
JSON representation
Email AI is a web application built with Streamlit and LangChain that simplifies email writing by analyzing the required information, including the tone, number of lines, and sender and receiver names.
- Host: GitHub
- URL: https://github.com/chitralputhran/email-ai-write-better-emails
- Owner: chitralputhran
- Created: 2024-03-07T02:28:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T02:42:07.000Z (over 2 years ago)
- Last Synced: 2025-01-21T05:12:52.055Z (over 1 year ago)
- Topics: langchain, llms, streamlit
- Language: Python
- Homepage: https://email-ai.streamlit.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📧 Email AI | Write better emails
Email AI is a web application built with Streamlit and LangChain that simplifies email writing by analyzing the required information, including the tone, number of lines, and sender and receiver names. Whether composing a formal or casual business email, Email AI helps you craft the perfect email effortlessly.
## Features
- **Tone Analysis**: Set the desired tone for your email, whether formal, informal, persuasive, or friendly.
- **Length Customization**: Specify the number of lines for your email to keep it concise or detailed as needed.
- **Sender and Receiver Details**: Input the sender and receiver's names for a personalized touch.
## Getting Started
### Prerequisites
- Python 3.8 or above
- Streamlit
- LangChain
### Installation
1. Clone the repository:
```
git clone https://github.com/chitralputhran/Email-AI-Write-Better-Emails.git
```
2. Navigate to the project directory:
```
cd Email-AI-Write-Better
```
3. Install the required dependencies:
```
pip install -r requirements.txt
```
### Usage
Run the Streamlit application:
```
streamlit run app.py
```
Open your web browser and go to `http://localhost:8501` to use the application.
## Screenshots


## Contributing
Contributions are welcome! If you have a feature request or a bug report, please open a new issue. If you want to contribute code, please open a pull request.
## Project Link:
Live Link: https://email-ai.streamlit.app