- A Machine Learning regression example using Weka.
- A Machine Learning classification example using Apache Spark.
- A Natural Language Processing example using the Stanford NLP.
- A Computer Vision example using OpenCV(*).
gradlew build
Each example has a main method you can use to run it.
(*): The computer vision example requires the native opencv library. Windows users do not need to build the native library it is pre-build and in the lib directory. For other OSes it's required to build OpenCV from sources. The jar included in the project was built from the 3.0.0 opencv version.
To build from sources:
- Follow the instructions here: Introduction to Java Development (Ignore the git checkout 2.4)
- Move the native library to the "lib/opencv" directory