Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
PatrickGe edited this page Sep 27, 2018 · 23 revisions

Welcome to the Amy wiki!

Amy is a personal assistance system, which tries to use as few cloud services as necessary.

The main audience of this wiki are developers, who want to contribute or just understand the code. If you are looking for instructions on how to install Amy look in our README.

Our code is based on some rough architecture sketches. A short explanation of how we use issues can be found here.

Building

Due to an issue with jersey and an issue with MaryTTS, the project currently only builds with java 8.

IDE

We are using Eclipse to develop Amy. In git the required eclipse config are present, for Eclipse Oxygen and Eclipse Photon. IntelliJ can also be used, by importing the project as eclipse project.

The code

Our project can be seperated in to major parts. The framework and the plugins.

The framework mainly consist of these parts:

Then there are currently the following plugins:

How To's