khhamid commited on
Commit
fed06e1
·
verified ·
1 Parent(s): d807b0c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,6 +1,16 @@
 
 
 
 
 
 
 
 
 
 
1
  # 🌿 Plant Diseases Classifier (MobileNetV3 + TFLite)
2
 
3
- [![Hugging Face Space](https://img.shields.io/badge/🚀-HuggingFace_Space-blue.svg)](https://huggingface.co/spaces/<your-username>/plants-diseases-lite-app)
4
 
5
 
6
  An optimized **plant disease detection** web app built using **TensorFlow**, **MobileNetV3**, and **Streamlit**, with **quantized TFLite deployment** for efficient inference on the web, cloud, and edge devices.
 
1
+ ---
2
+ title: "🌿 Plant Diseases Classifier"
3
+ emoji: "🌱"
4
+ colorFrom: "green"
5
+ colorTo: "blue"
6
+ sdk: "streamlit"
7
+ app_file: "streamlit_app.py"
8
+ ---
9
+
10
+
11
  # 🌿 Plant Diseases Classifier (MobileNetV3 + TFLite)
12
 
13
+ [![Hugging Face Space](https://img.shields.io/badge/🚀-HuggingFace_Space-blue.svg)](https://huggingface.co/spaces/khhamid/plants-diseases-detection)
14
 
15
 
16
  An optimized **plant disease detection** web app built using **TensorFlow**, **MobileNetV3**, and **Streamlit**, with **quantized TFLite deployment** for efficient inference on the web, cloud, and edge devices.