Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 743 Bytes

File metadata and controls

17 lines (13 loc) · 743 Bytes

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