espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

Update Streamlit UI for Easier Job Searching & remove Config Dependencies #140

Closed espin086 closed 4 months ago

espin086 commented 4 months ago

The current way to select jobs involves updating a config file on the back-end, let’s make this more user friendly.

Screenshot 2024-02-15 at 3 58 17 PM

Instead allow streamlit to take in multiple jobs as inputs by the user. I am not sure how to do this but I have an idea:

A user can have a text input and they separate the job titles using a comma, this is then read in from the UI and saved or replaces the POSITIONS variable in config.py?