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

Pipline is not giving output for changed configurations following is the output in terminal #98

Closed AtharvaJadhav7 closed 8 months ago

AtharvaJadhav7 commented 8 months ago

image

streamlit app image

SQlite DB image

espin086 commented 8 months ago

@AtharvaJadhav7 thanks for reporting, are you sure you have subscribed to Rapid API and copied the .env-temple like the QuickStart contribution explains?

espin086 commented 8 months ago

It also says in the logs that your resume file has not been found?

AtharvaJadhav7 commented 8 months ago

Yes I have subscribed to rapid api, and inseted my key in .env. I am not sure if the program asks for resume while running, neither is it mentioned in Quickstart guide.

AtharvaJadhav7 commented 8 months ago

Also in load.py, there is this unknown variable 'columns' image Which results in error during load.

espin086 commented 8 months ago

I'll fix the quick start guide

espin086 commented 8 months ago

I think the unload variable la are because there is no resume so some of the calculated fields based on resume are not working.

We need a new unit test that checks for the presence of a resume.txt

espin086 commented 8 months ago

load.py error is likely coming from no resume I believe. I'll do some test and propose a resolution.

espin086 commented 8 months ago

@AtharvaJadhav7 - I was able to fix the pipeline, there where two main issues:

Screenshot 2023-10-16 at 9 40 48 AM

espin086 commented 8 months ago

Screenshot 2023-10-16 at 10 36 28 AM

espin086 commented 8 months ago

^^^ do a git pull and trying running again, I'll also update the instructions to load your resume in the quickstart guide