Skip to content

vikasprashar99/ResumeParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Reader in Python for PDF AND DOC FILES

  1. Install Python
  2. Install Django in the system by command

pip install Django.

  1. Install some pip which will be required to run the project:

pip install dns
pip install PyMuPDF //for pdf
pip install docx //for doc
pip install python-docx //for doc
pip install pymongo //for mongoDb
pip install xwlt //for excel

  1. After installing all the above pips open the project in VScode after opening open the terminal and run the following command

server: python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors