Skip to content

The aim of this project is to classify the pdf of research papers into different sections like abstract, introduction, and references, etc.. The front is based on Django framework and back end is implemented in python.

Notifications You must be signed in to change notification settings

swapnilg07/Research-Paper-Extractor-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research-Paper-Extractor

Steps to use/run project

  1. Download and install latest version of Python https://www.python.org/downloads/ and Django https://www.djangoproject.com/download/
  2. Open cmd and run this commands:
  3.  pip install pdfminer
    
  4.  pip install pdfminer.six
    
  5.  pip install nltk
    
  6. Change directory where located this project by cd command and the run commmand.
  7.  Python manage.py runserver
    
  8. link will be provided by server, copy that link and paste on browser.

About

The aim of this project is to classify the pdf of research papers into different sections like abstract, introduction, and references, etc.. The front is based on Django framework and back end is implemented in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published