Skip to content
Pulkit Bhuwalka edited this page May 26, 2014 · 1 revision

What is this?

This is the repository for the server that serves Weka models to the android client maori-client. It runs the exact same version of weka on the server so that models built on the server can seamlessly be run on the android client.

Components

  • Spring MVC server (deployable to any servlet container such as Jetty/Tomcat)
  • MySQL server backend for storing models and device details
  • HTTP end points for storing/retrieving models
Clone this wiki locally