/Mnemosyne

Android application for prospective memory aid using NLP & REST

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Mnemosyne

Master Degree Thesis @ University of Padua

Getting started

  1. Get an API key for Maps and Places SDK (check Google cloud console)
  2. Write your key in ./Mnemosyne/app/src/debug/res/values/google_maps_api.xml
  3. Change URLs in ./Mnemosyne/app/src/main/java/ap/mnemosyne/http/HttpHelper.kt to where Mnemosyne_server is located
  4. Open Android Studio and clone this repo

Done!