A Java Spring Boot application that classifies movie review sentiment using a Naive Bayes model built with Oracle's Tribuo library. Features a full active learning cycle: the model detects its own uncertainty, consults Claude AI as an oracle for labeling, and retrains itself to continuously improve.
java nlp machine-learning spring-boot sentiment-analysis text-classification naive-bayes active-learning tribuo claude-ai java-ml
-
Updated
Mar 23, 2026 - Java