Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: MushroomClassificationCNN
emoji: π
colorFrom: red
colorTo: red
sdk: streamlit
app_file: src/streamlit_app.py
pinned: false
short_description: Mushroom image classification with ResNet50
license: mit
π Mushroom Classifier (ResNet50)
This app classifies mushroom images into 10 classes using Transfer Learning with ResNet50.
β Model
- Backbone: ResNet50 (ImageNet pretrained)
- Input: 224 Γ 224 RGB
- Preprocessing:
tf.keras.applications.resnet50.preprocess_input - Metrics used during training: accuracy and top-3 accuracy
π Results (Validation)
- Accuracy: 0.8520
- Top-3 Accuracy: 0.9704
- Loss: 0.6097
π How to run locally
pip install -r requirements.txt
streamlit run app.py