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

Use multi threading in http request to extract text, these are embarrassingly parallel and can be sped up 6x #132

Closed espin086 closed 6 months ago

espin086 commented 7 months ago

For loops are slow and can be done in parallel, mainly the extract.py module