You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.