WasteWise β»οΈ AI-powered Waste Classification Web App
WasteWise ek Flask web application hai jo TensorFlow Lite aur MobileNetV2 transfer learning ka use karke waste images ko classify karta hai β Biodegradable, Recyclable, aur Landfill categories me.
π Features:
πΈ Upload waste images via web interface
π§ AI-powered classification using MobileNetV2 + TrashNet dataset
π Real-time prediction results with disposal tips
π API endpoint: /predict returns JSON responses
πΎ Uploads folder for storing images
π οΈ Tech Stack: Frontend: HTML, CSS, JavaScript Backend: Flask (Python) AI Model: TensorFlow Lite (MobileNetV2) with transfer learning Dataset: TrashNet Dataset
π Project Structure: WasteWise/ βββ app.py # Flask main application βββ static/ # CSS, JS, images βββ templates/ # HTML templates βββ models/ # Trained TFLite model βββ uploads/ # Uploaded waste images βββ requirements.txt # Python dependencies βββ README.md # Project documentation
Visit http://127.0.0.1:5000/ in your browser.
πΈ Future Improvements π· Live camera detection
π Waste disposal statistics dashboard
π¦ Deploy to cloud (Heroku, AWS, etc.)