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

Fixed bug of not loading Data. #118

Closed AtharvaJadhav7 closed 8 months ago

AtharvaJadhav7 commented 8 months ago

@espin086 the function of transform was not getting called in main.py, or rather was getting called earlier, before whole extract step, must have happened when refactored transform.py have created run_transform() function which defines the function, and calls it during step. image

Also there might be another issue, not particularly in code. API is getting called too much, just while checking for this I exhausted limit of API calls on two accounts, had to create new rapidapi accounts to access apis again, had to limit things in config, need to have some fix on number of api calls

espin086 commented 8 months ago

Thank you!