A cold email generator for service companies built with Groq, LangChain, and Streamlit. Users provide the URL of a company's careers page, and the tool extracts job listings from it. It then crafts personalized cold emails, incorporating relevant portfolio links pulled from a vector database, tailored to the specific job descriptions.
Get an API key from Groq Console. Inside app/.env, update GROQ_API_KEY with your key.
pip install -r requirements.txt
streamlit run app/main.pyThe app reads from my_portfolio.csv to populate the vector store with your portfolio links. Edit this file to match your actual work before running.