An AI-powered Cold Email Generator that creates personalized email templates for specific job openings. It analyzes job descriptions and tailors professional emails that stand out. 💼📩
✅ AI-Powered – Uses NLP to craft compelling emails
✅ Job-Specific Emails – Extracts key job details to personalize content
✅ Auto-Formatting – Ensures proper structure and tone
✅ Quick & Easy – Generate emails in seconds
cold-email-generator/
│── .env
│── .gitignore
│── README.md
│── main.py
│── templates.py
│── job_scraper.py
│── utils.py
│── vectorstore/
│── sample_jobs.csv
git clone https://github.com/snehaapratap/cold-email-generator.git
cd cold-email-generator- Create a
.envfile in the root directory. - Add your GROQ API key:
GROQ_API_KEY="your_groq_api_key_here"streamlit python main.py- Input a job description or company details
- Get a personalized cold email instantly!
- Add more email templates
- Improve personalization using LinkedIn data
- Integrate with job boards (Indeed, LinkedIn API)
Contributions are welcome! Feel free to fork this repo, create a new branch, and submit a pull request.
git checkout -b feature-branch
git commit -m "Added new email template"
git push origin feature-branch