Skip to content

rahulsnkr/ReRead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReRead

Web application to proofread documents and derive research-oriented insights.

Dependencies

Run the following command to install the necessary dependencies:-

pip3 install -r requirements.txt

Instructions to set up server

  • Clone the repository
  • Run python3 manage.py migrate
  • Run python3 manage.py makemigrations
  • Run server using python3 manage.py runserver and navigate to localhost:8000

Features

  • Grammar Error Correction
  • Keyword Extraction and Associated Literature References
  • Abstract Summarisation

About

Web application to proofread documents and derive research-oriented insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.1%
  • SCSS 30.5%
  • Less 14.7%
  • HTML 9.5%
  • JavaScript 3.8%
  • Python 3.4%