JAIJANYANI / Automated-Resume-Screening-System

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

What's going on here? Thank you! #19

Open lfzx opened 5 years ago

lfzx commented 5 years ago

image image

pickfire commented 5 years ago

@lfzx Please go to http://localhost:5000/ instead. 0.0.0.0 shows that it is hosting for any address.

lfzx commented 5 years ago

@lfzx请转到http:// localhost:5000 /0.0.0.0表明它托管任何地址。

What is the specific implementation idea in this project? I don't know the process? Is it only judged by Job_Description? Suppose I want to match other fields? (For example, the salary in the job information matches the salary in the resume)

pickfire commented 5 years ago

这个项目的具体实施思路是什么? 我不知道这个过程? 它仅由Job_Description判断? 假设我想匹配其他字段? (例如,工作信息中的工资与简历中的工资相匹配)

Not written in README but should be found in the code and it is only judged by job description as for now, if you want an easy way just fill up Job_Description. Feel free to contribute.

https://github.com/JAIJANYANI/Automated-Resume-Screening-System/blob/6954d66d8bde481e654c81c0efcabf59086a47a8/screen.py#L146-L188

无需翻译,代码如上。添加内容?简单,丢入 Job_Description。

lfzx commented 5 years ago

Not written in README but should be found in the code and it is only judged by job description as for now, if you want an easy way just fill up Job_Description. Feel free to contribute.

谢谢啦,那我再看看~~(反应速度太慢,是我本地环境问题吗? image )