A powerful cold email automation tool built using Groq, LangChain, and Streamlit.
This tool allows users to enter a company’s careers page URL, automatically extract job listings, analyze job descriptions, and generate highly personalized cold emails.
It also retrieves relevant portfolio links from a vector database, ensuring every outreach message is contextual and effective.
- TCS is hiring for a Principal Software Engineer, investing significant time and effort into recruitment, onboarding, and training.
- Nike, a software development company, can provide a dedicated engineer to support Nike.
- Rahul, the business development executive at TCS, uses this tool to instantly generate a personalized cold email and reach out efficiently.
Generate an API key here:
https://console.groq.com/keys
Update the value of GROQ_API_KEY inside app/.env.
python -m venv venvWindows:
venv\Scripts\activateMac/Linux:
source venv/bin/activatepip install uvuv syncstreamlit run app/main.py