Skip to content

SantoshAdabala/ColdEmailGenerator

Repository files navigation

Cold EMail Generator

A cold email generator for service companies built with Groq, LangChain, and Streamlit. Users provide the URL of a company's careers page, and the tool extracts job listings from it. It then crafts personalized cold emails, incorporating relevant portfolio links pulled from a vector database, tailored to the specific job descriptions.

Architecture Diagram

Screenshot 2024-10-16 at 2 46 48 PM Screenshot 2024-10-16 at 2 34 27 PM

Set-up

To get started we first need to get an API_KEY from here: https://console.groq.com/keys. Inside app/.env update the value of GROQ_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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published