https://github.com/hadware/lexicographer-rest-api
The rest api for the server interfaced with the lexicogrpaher webinterface
https://github.com/hadware/lexicographer-rest-api
Last synced: about 1 year ago
JSON representation
The rest api for the server interfaced with the lexicogrpaher webinterface
- Host: GitHub
- URL: https://github.com/hadware/lexicographer-rest-api
- Owner: hadware
- License: gpl-2.0
- Created: 2016-01-14T16:10:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T22:59:18.000Z (over 10 years ago)
- Last Synced: 2025-03-25T17:51:32.402Z (over 1 year ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lexicographer-rest-api
The rest api for the server interfaced with the lexicogrpaher webinterface
## Requirements
Flask, flask-restful, numpy and scipy are required for this app. You can install them all using
```bash
pip3 install flask-restful scipy numpy
```
However, it's advised to install numpy and scipy using your regular packet manager, as these require some compilation
```bash
sudo apt-get install python3-numpy python3-scipy
```