Skip to content

BenBashi/Eco-Sort-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Echo-Sort-ML Repository

Welcome to the Echo-Sort-ML repository. This repository contains the core implementation of the machine learning model used for the Echosort project. The model is designed to enhance the recycling process by automating the classification of recyclable materials.

Project Overview

Echosort is the final project in the Data Science program. It employs a Convolutional Neural Network (CNN) model, optimized using the cross-entropy loss function, to perform image classification tasks. The model identifies objects in images and categorizes them into one of three labels:

  • Plastic
  • Paper
  • Other

Features

  1. Model Training: The repository includes scripts for training the CNN model on a diverse dataset of labeled images representing the three categories.
  2. Model Testing: Tools for validating and testing the model's performance, including accuracy and other metrics.
  3. Dataset Preparation: Preprocessing scripts to prepare the dataset for optimal training results.

Usage

  1. Clone the repository:
    git clone https://github.com/BenBashi/Echo-Sort-ML.git
  2. Navigate to the repository directory and follow the setup instructions in the setup.md file.
  3. Run the training or testing scripts as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors