You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recycle your plastic better with Artificial Intelligence ♻️
7
8
8
9
EcoSnap tells you what, how and where to recycle your items from a simple picture.
9
10
EcoSnap is an Artificial Intelligence powered app that helps you recycle your plastic effectively.
10
11
11
-
👉 Get it now [EcoSnap](ecosnap.vercel.app)
12
+
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)
13
+
14
+
👉 [Try it now](ecosnap.vercel.app)
12
15
13
16
> You can support this project (and many others) through [GitHub Sponsors](https://github.com/sponsors/alyssaxuu)! ❤️
14
17
15
-
Made by [Alyssa X](https://twitter.com/alyssaxuu) & [Leo](https://www.linkedin.com/in/leonorfurtado/)
18
+
Made by [Alyssa X](https://twitter.com/alyssaxuu) & [Leo](https://www.linkedin.com/in/leonorfurtado/) for Ben's Bites Hackathon. [Vote for us](https://bens-bites.upvoty.com/b/hackathon/ecosnap-recycle-your-plastic-better-with-artificial-intelligence)!
16
19
17
20
## Table of contents
18
21
19
22
-[Features](#features)
20
23
-[The AI model](#the-ai-model)
21
-
- [Dataset](#dataset)
24
+
- [Dataset](#data)
22
25
- [Training your own model](#training)
23
26
- [Prediction](#prediction)
24
-
- [The feedback loop](#feedback)
27
+
- [The feedback loop](#feedback)
28
+
-[Credit](#credit)
25
29
-[Libraries used](#libraries-used)
26
30
-[What's Next](whats-next)
27
31
28
32
## Features
29
33
30
-
🗄 Snap a picture of a plastic code<br> 🔍 Search for specific item<br> 🔮 Learn how to recycle effectively <br> 🧩 Keep track of how many plastic items you've recycled<br>⚙️ Change your location for specific advice<br> 🌙...and much more to come - all for free & no sign in needed!
31
-
34
+
📸 Snap a picture of a plastic code<br> 🔍 Search for specific item<br> ♻️ Learn how to recycle effectively using AI <br> 🥤 Keep track of how many plastic items you've recycled<br>🌍 Change your location for specific advice<br> ✨...and much more to come - all for free & no sign in needed!
32
35
33
36
34
37
## The AI Model
@@ -47,23 +50,25 @@ To predict the plastic resin code, the model had to be integrated with the front
47
50
48
51
The app passes the image Tensor onto the model that then gives a probability for each of the plastic resin codes, the one with the highest probability gets shown to the user, *along with bespoke advice*!
49
52
50
-
### The feedback loop
53
+
### Feedback
51
54
52
55
Training a specific model is hard, the model always gets things wrong. So if it does, we give the user an opportunity to tell us what the right code was! This benefits in several ways:
53
56
54
57
1. The user gets the information they need on how to recycle their item
55
58
2. We can see how the model is performing in production
56
59
3. We get new data ( if the user lets us) to train the model with and improve it for everyone
57
60
58
-
## Aknowlegments
59
-
60
-
61
-
Feel free to suggest improvements by [making an issue](https://github.com/alyssaxuu/econap/issues/new).
61
+
## Credit
62
62
63
+
-[Kaggle Dataset](https://www.kaggle.com/datasets/piaoya/plastic-recycling-codes) - for the plastic codes
64
+
-[Collletttivo](http://collletttivo.it/) - for the Mattone font
65
+
-[Unsplash](https://unsplash.com/) - for the images
63
66
64
67
## Libraries used
65
-
66
68
-[Tensorflow](https://www.tensorflow.org/) - for anything model related, the AI
69
+
-[React Camera Pro](https://github.com/purple-technology/react-camera-pro) - for the camera
70
+
-[Next.js](https://nextjs.org/) - for the frontend
0 commit comments