AI Email Generator is a web application built with Flask and Google Gemini AI that helps users generate professional emails quickly and efficiently. Simply enter the recipient, email type, tone, and purpose, and the application generates a well-structured email instantly.
- AI-powered email generation using Google Gemini API
- Generate professional and well-formatted emails
- Multiple email types and writing tones
- Simple and user-friendly interface
- Secure API key management using
.env - Fast response with Flask backend
- Python
- Flask
- Google Gemini API
- HTML
- CSS
- JavaScript
- Python Dotenv
AI-Email-Generator/
│
├── static/
│ ├── style.css
│ └── script.js
│
├── templates/
│ └── index.html
│
├── app.py
├── requirements.txt
├── Procfile
├── .gitignore
└── README.md
git clone https://github.com/Sachin-kumar01/AI-Email-Generator.gitcd AI-Email-Generatorpython -m venv venvWindows
venv\Scripts\activateLinux/macOS
source venv/bin/activatepip install -r requirements.txtGEMINI_API_KEY=YOUR_API_KEYpython app.pyOpen your browser and visit:
http://127.0.0.1:5000
The application can be deployed on platform :
- Render
Contributions are welcome. Feel free to fork the repository, make improvements, and submit a pull request.
Sachin Kumar
GitHub: https://github.com/Sachin-kumar01
This project is intended for educational and learning purposes.