A cold email generator for service companies using Groq, Langchain, and Streamlit. This tool allows users to input the URL of a company's careers page, extracting job listings and generating personalized cold emails that include relevant portfolio links sourced from a vector database based on specific job descriptions.
- Input the URL of a company's careers page.
- Extract job listings to generate personalized cold emails.
- Include relevant portfolio links based on job descriptions.
- Manual Edit, Save as Draft, Copy, Download features
Imagine a scenario where a software development company can provide dedicated engineers to a major company. This tool facilitates outreach via personalized cold emails.
-
API Key: Get an API key from Groq Console and update the value of
GROQ_API_KEY
inapp/.env
with your created API key. -
Install Dependencies: Install the required Python packages:
pip install -r app/requirements.txt
-
Run the Application: Start the Streamlit app:
streamlit run app/app.py