Setting up the environment :
`` python -m venv myenv
`` myenv/sripts/activate
`` pip install -r requirements.txt
Creating a cold email generator for companies which provide manpower with the relevent skills the customer is searching
- Extracting the job requirements from the customer page
- converitng it into json format (using llm)
- storing the relevent manpower portfolio in chromadb
- Prompting llm to generate the mail by passing the json job requirements and chromadb db
Live Link ( delay of 50 second due to inactivity) :
https://cold-email-generator-using-llama-and.onrender.com/