https://github.com/saptarshi11/leademail-pro
LeadEmail Pro is a tool for service companies that automates personalized cold emails. By inputting a career page URL, it extracts job listings and matches portfolio links using Groq, LangChain, and Streamlit. Business development executives can easily reach out to potential clients, showcasing relevant services based on the extracted job
https://github.com/saptarshi11/leademail-pro
automation groq langchain streamlit vector-database
Last synced: about 2 months ago
JSON representation
LeadEmail Pro is a tool for service companies that automates personalized cold emails. By inputting a career page URL, it extracts job listings and matches portfolio links using Groq, LangChain, and Streamlit. Business development executives can easily reach out to potential clients, showcasing relevant services based on the extracted job
- Host: GitHub
- URL: https://github.com/saptarshi11/leademail-pro
- Owner: saptarshi11
- License: mit
- Created: 2024-10-20T16:16:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:54:02.000Z (over 1 year ago)
- Last Synced: 2024-10-22T01:31:18.509Z (over 1 year ago)
- Topics: automation, groq, langchain, streamlit, vector-database
- Language: Jupyter Notebook
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📧 LeadEmail Pro
LeadEmail Pro for services company 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.
**Imagine a scenario:**
- Nike needs a Principal Software Engineer and is spending time and resources in the hiring process, on boarding, training etc
- Atlit is Software Development company can provide a dedicated software development engineer to Nike. So, the business development executive (Saptarshi) from Atlit is going to reach out to Nike via a cold email.

## Architecture Diagram

## Set-up
1. 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.
2. To get started, first install the dependencies using:
```commandline
pip install -r requirements.txt
```
3. Run the streamlit app:
```commandline
streamlit run app/main.py
```