This is an implementation of cover letter generator using LLama3.1, LangChain, ChromaDB and Streamlit
- Create a conda environment.
conda create -n cover-letter-generator-genai python=3.12
- Activate the environment
conda activate cover-letter-generator-genai
- Install dependencies
pip install -r requirements.txt
Once dependencies are installed, you can run the app using the following command:
streamlit run app.py