This project classifies dates into two types: Sukkari and Khalas using a machine learning model trained with Google Teachable Machine.
The model uses image data to distinguish between two types of dates. It is built with TensorFlow and Keras, and runs on Google Colab.
- Classify dates as Sukkari or Khalas.
- Uses image inputs for training and prediction.
- Implemented in Google Colab for easy access.
- Python 3.x
- TensorFlow & Keras (pre-installed on Google Colab)
- Google Colab account
- Upload your images folder to the Colab environment.
- Open the provided Colab notebook (
notebook.ipynb). - Run the cells to train the model or load a pre-trained model.
- Use the classification function to predict new images.