Skip to content

daniko10/Waste-Image-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Folder Contents

This folder contains several important scripts and notebooks related to the project. Below is a brief description of each file:

Files

GUI.py This script is responsible for the Graphical User Interface (GUI) of the project. It handles all the user interactions and visual components.

Usage Guide

Image Classifier GUI

This guide provides instructions on how to use the Image Classifier GUI to classify images into predefined categories using a pre-trained CNN model.

Steps to Use

  1. Run the Script

    • Open your terminal or command prompt.
    • Navigate to the directory containing the GUI.py script.
    • Run the script using the following command:
      python GUI.py
  2. Open the GUI

    • After running the script, a GUI window titled "Image Classifier" will appear.
  3. Select an Image

    • In the GUI, click the button labeled "Classify Image".
    • A file dialog will open, allowing you to browse and select an image file from your computer.
  4. Classify the Image

    • Once you select an image, the script will process it and classify it into one of the predefined categories.
    • A message box will pop up displaying the predicted class of the image.

data_augmentation.ipynb

This script is used for data augmentation. It contains various techniques and methods to increase the size and diversity of the dataset by applying transformations to the existing data.

Waste-Image-Classification-models.ipynb

This Jupyter notebook contains the documentation of the project. It includes an overall rating of the project's performance, detailed descriptions, and analysis of the results.

Dataset

You can access the dataset used in this project from the following link:

Dataset on Google Drive

About

Project for Deep Learning with CUDA course at AGH, 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors