Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TECHIN510Lab6

A simple web app to generate cover letter from the uploaded resume and entered job description using OpenAI API and Streamlit.

How to Run

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

What's Included

  • app.py: The main application made with streamlit.

Lessons Learned

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

Questions / Uncertainties

  • 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?

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages