https://github.com/orkohunter/vectorentry-backend
Backend for the VectorEntry keyboard with features like correction and prediction
https://github.com/orkohunter/vectorentry-backend
Last synced: 4 months ago
JSON representation
Backend for the VectorEntry keyboard with features like correction and prediction
- Host: GitHub
- URL: https://github.com/orkohunter/vectorentry-backend
- Owner: OrkoHunter
- License: mit
- Created: 2019-02-28T17:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T21:07:29.000Z (about 6 years ago)
- Last Synced: 2025-01-13T04:27:19.999Z (5 months ago)
- Language: Python
- Homepage: https://vectorentry-backend.herokuapp.com/
- Size: 26.1 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vectorentry-backend
Backend for the VectorEntry keyboard with features like correction and predictionHosted - https://vectorentry-backend.herokuapp.com/
## How to run?
Install dependencies
```shell
pip3 install -r requirements.txt
```and download nltk corpora
```python
>>> import nltk
>>> nltk.download("wordnet")
```run the app ->
```shell
python3 app.py
```Open the URL in browser to interact with the server.