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