hardarakha commited on
Commit
35af7df
Β·
verified Β·
1 Parent(s): 871ec0f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - garythung/trashnet
4
+ ---
5
+ # Trash Classification Model
6
+
7
+ This repository contains code for training a Convolutional Neural Network (CNN) model to classify images of trash. The model is trained on the **TrashNet** dataset, which is available through the Hugging Face datasets library.
8
+
9
+ ## Project Overview
10
+
11
+ The goal of this project is to build a machine learning model that can classify images of trash into categories such as plastic, metal, paper, etc. This model could potentially be used in applications to aid in waste management and recycling efforts.
12
+
13
+ ## Dataset
14
+
15
+ The dataset used for this project is **TrashNet**, a labeled collection of images of different types of trash. I load this dataset using the [Hugging Face Datasets library](https://huggingface.co/docs/datasets).
16
+ The dataset includes the following classes:
17
+ - Plastic
18
+ - Metal
19
+ - Paper
20
+ - Cardboard
21
+ - Glass
22
+ - Trash (other miscellaneous items)
23
+
24
+ ## Prerequisites
25
+
26
+ - Python 3.7 or higher
27
+ - Git
28
+ - [Hugging Face Datasets](https://github.com/huggingface/datasets), TensorFlow, and other dependencies listed in `requirements.txt`
29
+
30
+ ## Github Repository
31
+
32
+ For the detailed description about the training process and models' performace, you can visit this [Github Repository](https://github.com/ardrkha/trash-classification))
33
+
34
+ ## Usage
35
+ 1. Clone the repository
36
+ ```
37
+ git clone https://github.com/ardrkha/trash-classification.git
38
+ cd trash-classification
39
+ ```
40
+
41
+ 2. Run the notebook
42
+ ```
43
+ trash-classification/
44
+ β”œβ”€β”€ notebook/
45
+ β”‚ β”œβ”€β”€ [Notebook.ipynb] (run this notebook for the complete implementation)
46
+ β”œβ”€β”€ README.md
47
+ └── ...
48
+ ```
49
+
50
+ ## License
51
+
52
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
53
+
54
+ ## Contact
55
+
56
+ If you have any questions, feel free to reach out to us at [email protected].
57
+
58
+ ---
59
+
60
+ Developed by Hardatama Rakha Ugraha - 2024