A simple note taking tool to make paraphrasing and summarizing information easier.
- Highlight a paragragh and
Suggest
to create a simple note paraphrasing the information - Alternatively, click a sentence to only summarize that sentence
- Install Python from python.org/downloads/
- Run
pip install -r requirements.txt
- Start a server by running
python manage.py runserver
in thedjango_project
folder