Redis based text classification service
Project description
### Klassify
Redis based text classification service with real-time web interface.
### Demo
![klassify](http://i.imgur.com/iG4atNg.gif)
### Installing
pip install klassify
#### Usage
```
python -m klassify
```
Command line options:
```
--port run on the given port (default 8888)
--prefix prefix that will be used in redis keys
(default klassify)
--redis-db redis database (default 0)
--redis-host redis host (default localhost)
--redis-port redis port (default 6379)
```
Redis based text classification service with real-time web interface.
### Demo
![klassify](http://i.imgur.com/iG4atNg.gif)
### Installing
pip install klassify
#### Usage
```
python -m klassify
```
Command line options:
```
--port run on the given port (default 8888)
--prefix prefix that will be used in redis keys
(default klassify)
--redis-db redis database (default 0)
--redis-host redis host (default localhost)
--redis-port redis port (default 6379)
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
klassify-0.6.tar.gz
(264.5 kB
view hashes)