- β¨ Automatically classifies images of waste into Degradable πͺ΄ and Non-Degradable π§± categories. -β‘ Fast and accurate predictions using a trained Deep Learning model. -π§ Includes image preprocessing for improved accuracy. -π§ Easily extendable to support more waste categories.
-π Python β programming language for scripts and model implementation.
-π§© TensorFlow / Keras β building and training the classification model.
-π’ NumPy & Matplotlib β data handling and visualization.
-π» Jupyter Notebook / VS Code β for development and testing.
πͺ1. Clone the repository:
git clone https://github.com/dhivya-shreetha-s/Waste_Classification.gitβοΈ2. Install dependencies:
pip install -r requirements.txtπ§ 3. Run the prediction script:
python predict.py --image path_to_imageβ 4. The model will output the waste category of the given image.
WASTE_CLASSIFICATION_MAIN/
β
βββ waste_dataset/ # Training & validation images
β βββ train/
β βββ val/
β
βββ app.py # Streamlit UI
βββ image classification.py # Model training script
βββ requirements.txt # Dependencies
βββ README.md # Project documentation
βββ .gitignore # Git ignore rules
πΌοΈ1. Ensure your images are clear for better prediction accuracy.
β»οΈ2. The current model classifies only degradable and non-degradable waste.
π€3. For updates or contributions, please create a new branch and raise a pull request.
π‘This version:
- Fixes all markdown formatting issues.
- Properly closes code blocks.
- Uses consistent headings, numbering, and indentation.π±