Key Features • How To Use • Future Development
- Crawl as many as review you want
- Just copy the URL, input the page and you will get the anime summary
- Customizable
- Offline use with database
- Simple algorithm, you can tweak it easily
To clone and run this application, you'll need Git installed on your computer and of course a pip. From your command line:
# Install required packages
$ pip install nltk
$ pip install apyori
$ pip install selenium
$ pip install flask
$ pip install flask-bootstrap
# Clone the repository
$ git clone https://github.com/LoGic-b0ys/summerly
# Go into the repository
$ cd summary
# Execute it
$ python main.py
After that you can access the web from http://localhost:5000
Still Brainstorming
Contribute to this work by fork this repository. Don't forget to submit an issue first.
GPL