An open API service indexing awesome lists of open source software.

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.

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/).