fallow this steps to run this project:
create folder like project empty folder in /project
In /folder/
$ cd folder
$ virtualenv -p python3 venv
activate this virtualenvironment
$ source venv/bin/activate
$ https://github.com/palwesh/Resume-Parser.git (download this zip file and extract)
$ cd Resume-Parser-master/
or
$ git clone https://github.com/palwesh/Resume-Parser.git (clone this repo)
$ pip install Django==2.2
$ pip install djangorestframework
$ pip install pyresparser
$ python -m spacy download en_core_web_sm
$ python -m nltk.downloader words
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
resume upload api
Open Postman and put this api
http://127.0.0.1:8000/upload/
{
"id": 4,
"name": "palwes sahu",
"pdf": "/media/Resume/Shaktis_Resume_mJkihHi.pdf"
}
like this
name, pdf
login in djngo admin and check it