https://github.com/kentonishi/blanksort-demo
An interactive demo of BlankSort that runs in the browser.
https://github.com/kentonishi/blanksort-demo
Last synced: 4 months ago
JSON representation
An interactive demo of BlankSort that runs in the browser.
- Host: GitHub
- URL: https://github.com/kentonishi/blanksort-demo
- Owner: KentoNishi
- Created: 2020-02-22T02:48:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T04:39:46.000Z (about 5 years ago)
- Last Synced: 2025-01-03T10:11:43.237Z (5 months ago)
- Language: HTML
- Homepage: https://blanksort.azurewebsites.net/
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [BlankSort-Demo](https://blanksort.azurewebsites.net/)
An interactive demo of BlankSort that runs in the browser.
> The [live demo hosted on Azure](https://blanksort.azurewebsites.net/) has been shut down indefinitely. The demo will still work as intended locally.
## Usage
Install required dependencies with the following command:
```shell
pip install -r requirements.txt
```Run ``application.py`` using the following command:
```shell
python application.py
```## Additional Information
The keyword extraction is done using [BlankSort](https://pypi.org/project/blanksort/), and the web server is built on [Flask](https://pypi.org/project/Flask/).