Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prithivsakthiur/plant-status-gradio
🍃Upload a photo of a plant to see how the model classifies its status!🍃
https://github.com/prithivsakthiur/plant-status-gradio
classifier disease-prediction gradio h5 mbs model plants
Last synced: 19 days ago
JSON representation
🍃Upload a photo of a plant to see how the model classifies its status!🍃
- Host: GitHub
- URL: https://github.com/prithivsakthiur/plant-status-gradio
- Owner: PRITHIVSAKTHIUR
- Created: 2024-05-16T17:13:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:59:35.000Z (8 months ago)
- Last Synced: 2024-05-16T18:32:02.644Z (8 months ago)
- Topics: classifier, disease-prediction, gradio, h5, mbs, model, plants
- Language: Python
- Homepage: https://huggingface.co/spaces/prithivMLmods/Plant-Status-Gradio
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
license: creativeml-openrail-m
title: Plant Status Gradio
sdk: gradio
emoji: 🍂🍁🍃
colorFrom: green
colorTo: indigo
---## Healthy Powdery Rust - Plant Status 🍃🍁
![alt text](assets/44.png)
🪶Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
🚀Huggingface space : https://huggingface.co/spaces/prithivMLmods/Plant-Status-Gradio
🚀To Clone Just Install Git Past the Command :
# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install
git clone https://huggingface.co/spaces/prithivMLmods/Plant-Status-Gradio
# If you want to clone without large files - just their pointers
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/spaces/prithivMLmods/Plant-Status-Gradio
## 📄Run with Docker
docker run -it -p 7860:7860 --platform=linux/amd64 \
registry.hf.space/prithivmlmods-plant-status-gradio:latest python app.py## ⬇️Download the H5 [ plant_disease_classifier.h5 ] from Repo :
Link🔗 : https://huggingface.co/spaces/prithivMLmods/Plant-Status-Gradio/blob/main/plant_disease_classifier.h5
![alt text](assets/33.png)
## 📟The Plant Status Page :
![alt text](assets/11.png)
## 🍃The Classification Result :
![alt text](assets/22.png)
## How to run Docker Img :
Link🔗: https://huggingface.co/docs/hub/spaces-run-with-docker
## Python Package Index : Lib requirements.txt
gradio
tensorflow
numpy
Pillow
## After having plant_disease_classifier.h5 to the Folder ( of <= 600MB )Just Run the Gradio Space file : python app.py
to launch gradio, Application Message: " To create a public link, set `share=True` in `launch()`. ".
.
.