Code Monkey home page Code Monkey logo

jguwekarest's Introduction

JGU WEKA Rest Service

RESTful API Webservice to WEKA Machine Learning Algorithms. This webservice provides an OpenRiskNet compliant REST interface to machine learning algorithms from the WEKA Java Library. This application is developed by the Institute of Computer Science at the Johannes Gutenberg University Mainz. OpenRiskNet is funded by the European Commission GA 731075. WEKA is developed by the Machine Learning Group at the University of Waikato.

See Documentation, Issue Tracker and Code at GitHub.

Quickstart

This is an a swagger-enabled JAX-RS server. The API is in OpenAPI Specification Version 3.0.1 OpenAPI-Specification 3.0.1 The service uses the JAX-RS framework.

To run a simple local environment, please execute the following:

mvn clean package jetty:run

You can then view the full Rest API on Swagger-UI here:

http://0.0.0.0:8081

To connect the server to a mongodb database you can use a standard mongo docker image pulled from docker hub:

docker pull mongo
docker run -d mongo

curl Example

POST an arff file to the WEKA BayesNet algorithm using curl:

curl  -X POST -H "Content-Type: multipart/form-data" -H "Accept:text/x-arff" -F "file=@/yourpathtowekadata/weka-3-8-1/data/weather.nominal.arff;" -F "estimatorParams=0.5"  -F "searchAlgorithm=local.K2" -F useADTree=0 -F "estimator=SimpleEstimator" -F searchParams='-P 1 -S BAYES' http://0.0.0.0:8081/algorithm/BayesNet

Documentation

jguwekarest's People

Contributors

rautenberg avatar tsiakmaki avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.