This is a simple full-stack app built in under an hour for an Internshala task. The goal was to allow users to enter an email prompt and recipients, generate an AI-written email, edit it, and then send it using SMTP.
- Frontend: HTML, JavaScript
- Backend: Flask (Python)
- AI Model: OpenAI's ChatGPT (or Groq-compatible API)
- Email: Gmail SMTP
- Clone this repo or unzip the folder.
- Install Python requirements:
pip install -r requirements.txt
- Set up your
.envfile (refer.env.example). - Run the Flask server:
python backend/server.py
- Open
frontend/index.htmlin a browser.
- Made with love (and speed).
- Code is basic but functional — feel free to improve!