Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpan132002/ai-cold-email-generator-using-llama3.1-and-groq
Generative AI project: Cold email generator for services company using groq, langchain and streamlit
https://github.com/arpan132002/ai-cold-email-generator-using-llama3.1-and-groq
genai groq langchain llama3 streamlit
Last synced: 3 months ago
JSON representation
Generative AI project: Cold email generator for services company using groq, langchain and streamlit
- Host: GitHub
- URL: https://github.com/arpan132002/ai-cold-email-generator-using-llama3.1-and-groq
- Owner: arpan132002
- License: mit
- Created: 2024-09-05T07:16:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T07:19:37.000Z (4 months ago)
- Last Synced: 2024-10-12T18:01:39.306Z (3 months ago)
- Topics: genai, groq, langchain, llama3, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📧 Cold Mail Generator
Cold email generator 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.![img.png](imgs/img.png)
## Architecture Diagram
![img.png](imgs/architecture.png)## 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
```