We need a complete web application that showcases our garbage classification deep learning model. This site should allow users to upload an image and get a prediction about which category the garbage belongs to (e.g., Organic, Recyclable, Hazardous, etc.).
This is a feature-rich task, and we welcome contributors to explore different frontend and backend approaches.
Requirements:
A clean, responsive landing page with project overview
Image upload functionality
Integration of our trained ML model (.h5 or SavedModel format)
Display prediction results clearly
Basic navigation bar (Home, About Project, Contact, etc.)
Only the best or most complete implementation will be merged based on:
Code quality
UI/UX design
Simplicity and functionality.