Olivia Versions Save

💁‍♀️Your new best friend powered by an artificial neural network

v2.5

4 years ago

Releasing the languages!

The languages have been released to Olivia. Four languages are available for the beginning:

  • English
  • French
  • Spanish
  • Catalan

A guide will release soon for adding new languages to Olivia.

v2.4

4 years ago

Releasing the Intents dashboard API

You can now add, delete intents from the REST Api

v2.3

4 years ago

Releasing the Spotify module

You can now play music from Spotify using Olivia

v2.2

4 years ago

Intents file

Now we can specify the intents file to train the neural network with:

$ go run main.go -intents=intents.json

Refactor

Refactor the code with comments and new tests

v2.1.1

4 years ago

Server

Move the WebSocket and the REST API together to avoid multi-ports bugs

v2.1

4 years ago

Dashboard

Create the Dashboard API with Training and Layers data.

Neural network

The neural network has been completely re-written to gain in performance see: https://github.com/hugolgst/the-math-behind-an-artificial-neural-network

Docker

A Dockerfile has been created to help the CIs and make the installation easier.

CIs

TravisCI and CircleCI has been removed from the repo, GitHub actions has been created for:

  • Checking the format
  • Building and publishing the Docker image

Organize Chat WebSocket

The WebSocket has been moved to its own package.

v2.0

4 years ago

v1.5-beta

5 years ago

This release follows the last one which was the change of language.

This release is an improvement of the Neural Network, we are now using the fork of gonn (see olivia-ai/gonn).

You can now chat again with Olivia on https://olivia-ai.org

v1.4-beta

5 years ago

Changing the language of Olivia from French to English

v1.3-beta

5 years ago

The REST API is now available for anyone at https://olivia-api.herokuapp.com/, there is now:

  • A country's capital trigger
  • A country's area trigger
  • A country's population trigger
  • A random number trigger

The code organization is now better by putting datasets in a specific folder.

There is now a continuous integration with Travis CI and the application is automatically deployed to Heroku on master push.