End-to-End email generator for aspiring job seekers 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, based on the specific job descriptions.
Let's Consider a scenario:
- Walmart needs a Data Scientist and is spending time and resources in the hiring process, on boarding, training etc
- You, as an experienced Data Scientist can provide your expertise as an experience Data Scientist to Walmart. So, the experienced Data Sceintist (The user) is going to reach out to Walmart via a cold email.
-
To get started we first need to get an API_KEY from here: https://console.groq.com/keys. Inside
app/.envupdate the value ofGROQ_API_KEYwith 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

