Back to projects
Jan 03, 2024
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.

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