JAIJANYANI / Automated-Resume-Screening-System

Automated Resume Screening System using Machine Learning (With Dataset)
MIT License
421 stars 201 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './Job_Description/pedescription.txt' #34

Closed Omaroid closed 4 years ago

Omaroid commented 4 years ago

Hello When i am the Dockerfile, I'm getting an error.

File "/code/app.py", line 129, in res
flask_return = screen.res(jobfile)
File "/code/screen.py", line 125, in res
f = open(jobfile , 'r')
FileNotFoundError: [Errno 2] No such file or directory: './Job_Description/pedescription.txt'

Could you help me? I've tried to change the code but It didn't work.

Best Regards,

web3abhi commented 4 years ago

You need to create your own job description file based on which filtering will happen