A cold email generator built using groq, langchain, and streamlit. It allows users to input the URL of a company's careers page. The tool then extracts job listings from that page and generates personalized cold emails. These emails include relevant portfolio links sourced from a vector database, tailored to the specific job descriptions.
Imagine a company (Company A) needs a Principal Software Engineer and is investing heavily in their hiring, onboarding, and training processes. Another organization (Company B) provides dedicated software development engineers. A business development executive from Company B reaches out to Company A via a cold email.
-
Obtain an API Key
Get an API key from groq console.
Inapp/.env
, update the value ofGROQ_API_KEY
with your newly created key. -
Install Dependencies
pip install -r requirements.txt