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

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

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
```