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

FileHandler.py to reduce duplicate code #80

Closed espin086 closed 8 months ago

espin086 commented 9 months ago

There is duplicate code all over the ETL process that reads and saves json.

Create a class called FileHandler that combines all of this code and reduces duplication.