From 29a90c3aa6db8c77e9df3df4ba2f827ac6740fe0 Mon Sep 17 00:00:00 2001 From: Muhammad Teguh Prananto <2110511036@mahasiswa.upnvj.ac.id> Date: Thu, 10 Jul 2025 15:21:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955ec8b..52b2921 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the complete pipeline for a thesis project that predict ## 📚 Description -The goal of this project is to classify brewed coffee into categories such as **Underdeveloped**, **Ideal**, or **Bitter**, based on spectral data obtained using the **AS7265x spectroscopy sensor**. A deep learning model is trained using Python and TensorFlow, then converted into **TensorFlow Lite** and deployed on a physical prototype for real-time prediction. +The goal of this project is to classify brewed coffee into categories such as **Underdeveloped**, **Strong**, **Weak**, **Bitter**, or **Ideal** based on spectral data obtained using the **AS7265x spectroscopy sensor**. A deep learning model is trained using Python and TensorFlow, then converted into **TensorFlow Lite** and deployed on a physical prototype for real-time prediction. ---