An email generator for a services company using Grow, Langchain, and Streamlet 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.
Imagine a scenario:
- Nike needs a Principal Software Engineer and is spending time and resources in the hiring process, onboarding, training, etc
- XYZ is a Software Development company that can provide Nike with a dedicated software development engineer. So, the business development executive (Travis) from XYZ is going to reach out to Nike via a cold email.
-
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_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
Additional Terms This software is licensed under the MIT License. However, commercial use of this software is strictly prohibited without prior written permission from the author. Attribution must be given in all copies or substantial portions of the software.

