Skip to content

Commit 3e8dc3d

Browse files
Merge pull request #1 from boudhayan-dev/master
Updated master branch.
2 parents 151dcf0 + 8f707fb commit 3e8dc3d

16 files changed

+101
-7
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Boudhayan Dev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+80-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
# Automatic Waste Segregator
2-
<a href="mailto:[email protected]"> ![Ask Me Anything](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg?longCache=true&style=plastic)</a> [![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue.svg?longCache=true&style=plastic)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg?longCache=true&style=plastic)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) <a href="https://github.com/aditya2301/Automatic-Waste-Segregator/graphs/contributors">![PyPI - Status](https://img.shields.io/pypi/status/Django.svg?style=plastic) ![Contributor](https://img.shields.io/badge/Contributors-3-orange.svg?longCache=true&style=plastic)</a><br>
31

2+
# Automatic Waste Segregator
3+
<a href="mailto:[email protected]"> ![Ask Me Anything](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg?longCache=true&style=plastic)</a> [![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue.svg?longCache=true&style=plastic)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg?longCache=true&style=plastic)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) ![PyPI - Status](https://img.shields.io/pypi/status/Django.svg?style=plastic) <a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/graphs/contributors">![Contributor](https://img.shields.io/badge/Contributors-3-orange.svg?longCache=true&style=plastic)</a>&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.01"><img src="https://img.shields.io/badge/Version-0.1-brightgreen.svg?longCache=true&style=for-the-badge"></a>&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.02"><img src="https://img.shields.io/badge/Version-0.2-red.svg?longCache=true&style=for-the-badge"></a>
4+
<br>
5+
6+
###### Welcome to the Automatic Waste Segregator project !
47
<p>
58
In today's world, it is important that waste items are treated properly before they are dumped into landfills for decomposition. For efficient decomposition, proper segregation needs to take place. Current waste management practices involve sorting the waste materials in the central facility. If the sorting procedure takes place at the source of garbage production, then their efficiency will increase a lot. However, relying on human beings to segregate their waste items does not work well in the long run as human beings are lazy and become complacent with time. Therefore, an automatic solution is proposed that can perform the task of segregation with great accuracy, without human assistance.<br><br>
6-
Automatic Waste Segregator is a portable waste segregator system that identifies and separates waste materials into biodegradable and non-biodegradable categories. It uses Machine Learning to identify the type of waste. The entire system is operated using Raspberry Pi 3 developement board. Additional feature of remote monitoring is also possible. The sys admin can monitor multiple devices and the type of waste processed by them in real-time, using a web application.
9+
Automatic Waste Segregator is a portable waste segregator system that identifies and separates waste materials into biodegradable and non-biodegradable categories. It uses Machine Learning to identify the type of waste. The entire system is operated using Raspberry Pi 3 developement board. Additional feature of remote monitoring is also implemented. The sys admin can monitor multiple devices and the type of waste processed by them in real-time, using a web application.
710
<br><br>
8-
The following subsystems are used:
11+
The interacting subsystems are as follows:
912
<br><br>
10-
<img src="block_diagram.JPG" align="center" height="500px" width="650px">
13+
<span>&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;</span>
14+
<img src="images/block_diagram.JPG" align="center" height="400px" width="500px">
15+
1116
</p>
1217
<br>
1318

1419
## Dependency
1520

16-
#### Hardware Requirements:
21+
22+
##### Hardware Requirements:
23+
1724

1825
- Raspberry Pi 3B.
1926
- Pi Camera.
@@ -23,7 +30,9 @@
2330
- 16x2 LCD display module.
2431
- Power supply - 5V,2A.
2532

26-
#### Software Requirements:
33+
34+
##### Software Requirements:
35+
2736

2837
- Python 3.
2938
- Python Dependencies:
@@ -39,3 +48,67 @@
3948
- Twilio SMS API.
4049
- Google Cloud VM.
4150
- Tensorflow for Poets.
51+
52+
53+
<br>
54+
55+
## Releases
56+
57+
There are 2 versions of the system:<br>
58+
59+
<table align="center">
60+
<tr>
61+
<td width="400px">&emsp;&emsp;&emsp;&emsp;&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.01"><img src="images/v1.0.jpeg" height="200px" width="160px"></a></td>
62+
<td width="600px">
63+
&emsp;&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.01">Version 0.1</a><br><br>
64+
<ul>
65+
<img src="images/checked.png"> Segreagtes waste into 2 categories.<br>
66+
<img src="images/checked.png"> Provides Live monitoring via Web Application.<br>
67+
<img src="images/checked.png"> User Notification via SMS.
68+
</ul>
69+
</td>
70+
</tr>
71+
<tr>
72+
<td width="400px">&emsp;&emsp;&emsp;&emsp;&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.02"><img src="images/v2.0.jpeg" height="220px" width="160px"></a></td>
73+
<td width="600px">
74+
&emsp;&emsp;<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.02">Version 0.2</a><br><br>
75+
<ul>
76+
<img src="images/checked.png"> Segreagtes waste into 2 categories.<br>
77+
<img src="images/checked.png"> Robotic arm that picks up waste by itself.<br>
78+
<img src="images/checked.png"> Wheels that move the device in a predetermined path.
79+
</ul>
80+
</td>
81+
</tr>
82+
</table>
83+
<br><br>
84+
85+
## Feedback
86+
87+
<table align="center">
88+
<tr>
89+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback1.png" width="280px" height="250px"></td>
90+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback2.png" width="280px" height="250px"></td>
91+
</tr>
92+
<tr>
93+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback3.png" width="280px" height="250px" align="center"></td>
94+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback4.png" width="280px" height="250px"></td>
95+
</tr>
96+
</table>
97+
<br><br>
98+
99+
## Contributors
100+
101+
<table>
102+
<tr>
103+
<td><a href="https://github.com/boudhayan-dev"><img src="images/contributor1.png"></a></td>
104+
<td><a href="https://github.com/chinmay4382"><img src="images/contributor2.png"></a></td>
105+
</tr>
106+
<tr>
107+
<td><a href="https://www.linkedin.com/in/aishwarya-h-s-9b0b6a126/"><img src="images/contributor3.png"></a></td>
108+
<td><a href="https://github.com/aditya2301"><img src="images/contributor4.png"></a></td>
109+
</tr>
110+
</table>
111+
<br>
112+
113+
© All rights reserved.
114+

coming-soon.png

-437 KB
Binary file not shown.

images/block_diagram.JPG

95.6 KB
Loading

images/checked.png

671 Bytes
Loading

images/contributor1.png

111 KB
Loading

images/contributor2.png

60.7 KB
Loading

images/contributor3.png

64.5 KB
Loading

images/contributor4.png

95.3 KB
Loading

images/feedback1.png

38.3 KB
Loading

images/feedback2.png

37.8 KB
Loading

images/feedback3.png

35 KB
Loading

images/feedback4.png

52.5 KB
Loading

images/success.png

391 Bytes
Loading

images/v1.0.jpeg

4.39 MB
Loading

images/v2.0.jpeg

219 KB
Loading

0 commit comments

Comments
 (0)