Back to projects
Dec 04, 2023
1 min read

Herb Classifier — Parsley or Coriander?

A web application that classifies images of coriander and parsley herbs using a deep learning model built with DeepLearning4j and Spring Boot.
JavaJava
Spring BootSpring Boot
Deep LearningDeep Learning
DeepLearning4jDeepLearning4j
Image ClassificationImage Classification
CNNCNN
Herb Classifier — Parsley or Coriander? banner

A simple web application that classifies images of coriander (Qazbor) and parsley (Maadanous) herbs using a deep learning model built with DeepLearning4j.

Features

  • Image classification using Convolutional Neural Networks (CNN)
  • Built entirely in Java with DeepLearning4j
  • Spring Boot REST API backend
  • Demonstrates that Java is a viable option for Machine Learning tasks