Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 548 Bytes

File metadata and controls

21 lines (14 loc) · 548 Bytes

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