The AI Cold Email Generator is an intelligent application designed to generate personalized cold emails by leveraging advanced AI models. The tool simplifies outreach efforts for professionals by creating context-aware and engaging email drafts based on provided inputs, such as job roles or URLs.

- Dynamic Email Generation: Generates highly personalized cold emails using LLMs.
- URL-Based Context Extraction: Extracts relevant information from job listing URLs.
- User-Friendly Interface: Built with Streamlit for an interactive and easy-to-use UI.
- Streamlit: For building the web interface.
- LangChain: To manage prompts and streamline AI workflows.
- Groq: For efficient AI computation and processing.
- Ollama (Llama 3.1-70B): As the core LLM powering the email generation.
- Enter the Job URL: Provide a link to the job listing.
- Submit Input: Click the submit button to generate an email draft.
- Review and Customize: View and refine the generated email as needed.
- Clone this repository:
git clone https://github.com/your-username/ai-cold-email-generator.git cd ai-cold-email-generator