A powerful cold email generator for service companies using Groq, LangChain, and Streamlit.
This tool helps you craft personalized cold emails by extracting job listings from a company's careers page and matching them with relevant portfolio links from a vector database. āØ

# Clone the repository git clone github.com/SimranShaikh20/Cold-Email-Generator cd Cold-Email-Generator # Install the required dependencies pip install -r requirements.txt
Create a .env file inside the app/ directory and add your Groq API key:
GROQ_API_KEY=your_api_key_here
streamlit run app/main.py
The application will open in your default browser at http://localhost:8501/.
Application Screenshot:

Ā© Copyright (C) Simran Shaikh. All rights reserved.