Update README.md

This commit is contained in:
2025-07-10 15:21:05 +00:00
parent 20f85d3c7d
commit 29a90c3aa6

View File

@ -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.
---