Skip to content

Commit 4e78e4f

Browse files
committed
added readme
1 parent fb5b8a8 commit 4e78e4f

9 files changed

+40
-8
lines changed

README.md

+40-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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>
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/boudhayan-dev/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>
33

4+
###### Welcome to the Automatic Waste Segregator project !
45
<p>
56
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>
67
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.
@@ -49,9 +50,9 @@ There are 2 versions of the system:<br>
4950

5051
<table align="center">
5152
<tr>
52-
<td><img src="images/v1.0.jpeg" height="200px" width="150px"></td>
53+
<td width="400px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/v1.0.jpeg" height="200px" width="160px"></td>
5354
<td width="600px">
54-
<a href="#">&emsp;&emsp;Version 1</a><br><br>
55+
<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.01">&emsp;&emsp;Version 0.1</a><br><br>
5556
<ul>
5657
<img src="images/checked.png"> Segreagtes waste into 2 categories.<br>
5758
<img src="images/checked.png"> Provides Live monitoring via Web Application.<br>
@@ -60,14 +61,45 @@ There are 2 versions of the system:<br>
6061
</td>
6162
</tr>
6263
<tr>
63-
<td><img src="images/v2.0.jpeg" height="200px" width="150px"></td>
64+
<td width="400px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/v2.0.jpeg" height="220px" width="160px"></td>
6465
<td width="600px">
65-
<a href="#">&emsp;&emsp;Version 2</a><br><br>
66+
<a href="https://github.com/boudhayan-dev/Automatic-Waste-Segregator/tree/v.02">&emsp;&emsp;Version 0.2</a><br><br>
6667
<ul>
6768
<img src="images/checked.png"> Segreagtes waste into 2 categories.<br>
6869
<img src="images/checked.png"> Robotic arm that picks up waste by itself.<br>
69-
<img src="images/checked.png"> Wheels that move the device in a set path.
70+
<img src="images/checked.png"> Wheels that move the device in a predetermined path.
7071
</ul>
7172
</td>
7273
</tr>
73-
</table>
74+
</table>
75+
<br><br>
76+
77+
## Feedback
78+
79+
<table align="center">
80+
<tr>
81+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback1.png" width="280px" height="250px"></td>
82+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback2.png" width="280px" height="250px"></td>
83+
</tr>
84+
<tr>
85+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback3.png" width="280px" height="250px" align="center"></td>
86+
<td width="500px">&emsp;&emsp;&emsp;&emsp;&emsp;<img src="images/feedback4.png" width="280px" height="250px"></td>
87+
</tr>
88+
</table>
89+
<br><br>
90+
91+
## Contributors
92+
93+
<table>
94+
<tr>
95+
<td><a href="https://github.com/boudhayan-dev"><img src="images/contributor1.png"></a></td>
96+
<td><a href="https://github.com/chinmay4382"><img src="images/contributor2.png"></a></td>
97+
</tr>
98+
<tr>
99+
<td><a href="https://www.linkedin.com/in/aishwarya-h-s-9b0b6a126/"><img src="images/contributor3.png"></a></td>
100+
<td><a href="https://github.com/aditya2301"><img src="images/contributor4.png"></a></td>
101+
</tr>
102+
</table>
103+
<br>
104+
105+
© All rights reserved.

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

0 commit comments

Comments
 (0)