Skip to content

SimranShaikh20/Cold-Email-Generator-Using-LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📧 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.

Imagine a scenario:

  • For a "cold email" (reaching out to a company without an open job listing), your goal is to introduce yourself and express interest in future opportunities.

img.png

Architecture Diagram

img.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:

     pip install -r requirements.txt
    
  3. Run the streamlit app:

    streamlit run app/main.py
    

Copyright (C) Simran Shaikh. All rights reserved.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published