A simple web app to generate cover letter from the uploaded resume and entered job description using OpenAI API and Streamlit.
Open the terminal and run the following commands:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
streamlit run app.py
Or just go the link : Cover Letter Generator
app.py: The main application made with streamlit.
- How to make use OpenAi API's for a pre defined task.
- How to use chat box feature in streamlit.
- How to create upload file feature in streamlit and do OCR of uploaded PDF file.
- Can we use this method to parse a song's lyrics and translate the lyrics to a different language and merge the lyrics and music of the same song to create a new song in another language?