This is a simple deep learning project to classify flower images using TensorFlow and Keras.
Flower_recog_Model.ipynbโ Main Jupyter notebook containing the full training and evaluation workflow.images/โ Folder containing training flower images.testImages/โ Folder for testing the trained model.
The project uses:
- Convolutional Neural Networks (CNN)
- TensorFlow/Keras framework
- Image preprocessing, training, and model saving