Cold email generator using groq, langchain and streamlit. It allows users to input the URL of a company's job posting. The tool then extracts job requirements from the job description and generates personalized cold emails. These emails include relevant portfolio/github/project links sourced from a vector database, based on the specific job descriptions.
-
To get started we first need to get an API_KEY from here: https://console.groq.com/keys. Inside
app/.env
update the value ofGROQ_API_KEY
with the API_KEY you created. -
To get started, first install the dependencies using:
pip install -r requirements.txt
-
Run the streamlit app:
streamlit run app/main.py