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

https://github.com/threadheap/aicomplete_spike


https://github.com/threadheap/aicomplete_spike

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Prepare

```sh
pip3 install -r requirements.txt
```

## Train

```sh
python3 train.py identifiers
python3 train.py sequences
```

## Run

```sh
python3 server.py
```