https://github.com/threadheap/aicomplete_spike
https://github.com/threadheap/aicomplete_spike
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/threadheap/aicomplete_spike
- Owner: threadheap
- Created: 2018-02-10T22:55:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T23:00:22.000Z (over 8 years ago)
- Last Synced: 2024-12-31T02:31:13.515Z (over 1 year ago)
- Language: Python
- Size: 12.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```