- This is a Page Paraphraser for Docufix
- It summarizes long articles
1) Fire up your favourite console & clone this repo somewhere:
❍ git clone https://github.com/vahiwe/Docufix-Page-Summary.git
2) Enter this directory:
❍ cd Docufix-Page-Summary
3) Install other python packages/dependencies using the requirement file:
❍ pip3 install -r requirements.txt
4) Run the App:
❍ python app.py
5) Open your browser and type in this URL. Post an article to be summarized:
❍ http://127.0.0.1:5000/
Happy developing!