Olivia: An open source chatbot build with a neural network in Go

Olivia: An open source chatbot build with a neural network in Go

Clone Olivia’s REST Api from the master branch of Github repository

Then go inside the project and install the dependencies

The REST Api is now listening on the port , to change it just set it inside the environment variable

The app will automatically check for file which contains the save of the neural network. By default when you clone the repository from Github you have a stable save. If you want to train a new model just delete this file and rerun the app.

Source: github.com