Skip to content

Commit

Permalink
Again some spell check 🥲
Browse files Browse the repository at this point in the history
  • Loading branch information
AidinHamedi committed Oct 10, 2024
1 parent f3ba6fe commit 4fb0579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Garbage Classification with PyTorch V2
# Garbage Classification V2 with PyTorch

<img src="https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue"/> <img src="https://img.shields.io/badge/Jupyter-F37626.svg?&style=for-the-badge&logo=Jupyter&logoColor=white"/> <img src="https://img.shields.io/badge/PyTorch-EE4C2C?style=for-the-badge&logo=pytorch&logoColor=white"/>

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

A Pytorch project for garbage classification using the **EfficientNet-B6** model to achive a **95.78%** accuracy on the test set.
A Pytorch project for garbage classification using the **EfficientNet-B6** model to achieve a **95.78%** accuracy on the test set.

> [!IMPORTANT]
> This project is a new version of the original project, which can be found [here](https://github.com/Aydinhamedi/Pytorch-Garbage-Classification) **but with a significantly improved training process + code and a different dataset**.
Expand Down

0 comments on commit 4fb0579

Please sign in to comment.