Spaces:
Sleeping
Sleeping
title: Garbage Classifier Ui | |
emoji: π | |
colorFrom: blue | |
colorTo: blue | |
sdk: gradio | |
sdk_version: 5.34.2 | |
app_file: app.py | |
pinned: false | |
license: mit | |
short_description: Garbage Classifier UI | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# π§ Garbage Classifier UI | |
A real-world deep learning application that classifies garbage images into categories like **plastic**, **metal**, **cardboard**, etc. | |
This app uses a **custom-trained CNN model** to demonstrate computer vision for sustainability-related use cases. Powered by **TensorFlow** and deployed with **Streamlit** on Hugging Face Spaces. | |
π **Live App**: [Click to open π](https://huggingface.co/spaces/sykamraju/garbage-classifier-ui) | |
π **GitHub Repo**: [SykamRaju/Garbage-Classifier](https://github.com/SykamRaju/Garbage-Classifier) | |
--- | |
## πΌοΈ How it works | |
1. Upload an image of waste material (e.g. bottle, paper, can). | |
2. The backend model predicts the category. | |
3. The prediction and confidence score are displayed instantly. | |
--- | |
## π¦ Tech Stack | |
- **Model**: TensorFlow (CNN trained on Garbage Classification dataset) | |
- **Frontend**: Streamlit | |
- **Deployment**: Hugging Face Spaces | |
- **Language**: Python | |
--- | |
## π Project Structure | |
. | |
βββ model/ # Saved Keras model | |
βββ src/ | |
β βββ app.py # Streamlit frontend app | |
βββ utils.py # Helper functions | |
βββ requirements.txt # Python dependencies | |
βββ README.md # You're reading this π | |
yaml | |
Copy | |
Edit | |
--- | |
## π§ͺ Example Predictions | |
| Image | Predicted Class | | |
| ----------------------------------------------------------------------------------------------- | --------------- | | |
|  | `Plastic` | | |
|  | `Metal` | | |
--- | |
## πββοΈ About Me | |
Hi, I'm **Raju Sykam** β a full-stack developer and AI enthusiast with 20+ years of software experience. | |
I'm currently building a suite of AI projects in Python to showcase my skills. | |
π I also run [FreeAstrologyAPI.com](https://freeastrologyapi.com) and love math, astronomy, and stargazing! | |
--- | |
## π License | |
This project is licensed under the MIT License. | |
--- | |