ResumeParser icon indicating copy to clipboard operation
ResumeParser copied to clipboard

A simple resume parser used for extracting information from resumes

Results 17 ResumeParser issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

I tried to solve the issues in many ways but still not solved...... I even tried to install en_core_web_sm using python3 -m spacy download en_core_web_sm. Is there anyother way to...

Hi, thanks for the website. It works well.I just wanted to ask one question regarding the database in which the resume data is being stored. The parsed data from the...

Getting the below error when runs from url. Can some one help on this Request Method: | POST -- | -- http://127.0.0.1:8000/ 3.1.7 OSError [E050] Can't find model 'en_core_web_sm'. It...

I was able to start the project with python 3.9. This should fix the issue #52

I've tried to start the project via docker-compose, which downloaded me the current python 3.10 version. This has caused some issued during build. ``` #10 133.0 running build_ext #10 133.0...

Can you add a functionality to extract social accounts : Facebook, twitter, LinkedIn

Hi Omkar, I tried executing your project as described. The below command results in error python resume_parser/manage.py makemigrations ModuleNotFoundError: No module named 'resume_parser.settings' I have also searched on mentioned resource.

Hi @OmkarPathak , I am using flask framework i am trying to upload file and extract the info from that file but i am facing an issue related to that...

Hi @OmkarPathak @dazzag24 , I had clone your data and started parsing the resume but i found some difficulty in extracting the experience and company names can you tell how...