Skip to content

Files

Latest commit

eb3d1d5 · Dec 22, 2020

History

History
This branch is 8 commits ahead of kootenpv/neural_complete:master.

backend

Neural Complete (backend)

This repository contains the backend for Neural Complete. It uses Flask to expose a LSTM Recurrent Neural Network. This is where you can experiment with your models and your own data.

Installation

pip3 install -r requirements.txt

Training the model

Not such a nice setup, but at least possible to reproduce:

python3 neural_complete.py char
python3 neural_complete.py token

Using created models

python3 serve.py