-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c69a67e
commit 93b03ed
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# garbage_classification | ||
## samples from dataset | ||
## Purpose | ||
The purpose of this project is to classify the type of garbage (cardboard, glass, metal, paper, plastic, other types of garbage) in the uploaded photos. | ||
This project can be developed to be used as a recycling aid in the future. | ||
<img src='örnek_fotoğraflar.png' width='800' height='500'> | ||
|
||
|
||
## Prediction Examples: | ||
<img src='vgg16_sample_predictions.png' width='800' height='500'> | ||
|
||
|
||
dataset: https://www.kaggle.com/datasets/asdasdasasdas/garbage-classification | ||
|
||
app: https://garbageclassifier.streamlit.app/ |