This project uses Deep Learning (CNN) to classify seashell rarity from images.
dataset/: Contains subfolders for each rarity class. Place your training images here.train_cnn.py: Script to train the Convolutional Neural Network.image_predictor.py: Tkinter application to upload an image and get a prediction.seashell_classifier.h5: The saved model (generated after training).
- Install dependencies:
pip install tensorflow pillow numpy
- Prepare your dataset:
Place images in
dataset/Common,dataset/Uncommon, etc. - Train the model:
python train_cnn.py
- Run the predictor:
python image_predictor.py
👉 Seashell Rarity Predictor
https://github.com/siddhiuk/seashell-rarity-predictor
👉 https://seashell-rarity-predictor--siddhhhiiiiiii.replit.app/
