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
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,42 @@
1
-
# About
2
-
3
-
4
-
5
-
Sortify is an app that helps you recycle . In many cases people don’t recycle because it can be hard to know how to dispose of things correctly . Sortify solves this problem by sorting out your recycling for you . Simply take a picture of the item and the app will provide you with recycling instructions .
Sortify is an app that helps you recycle. In many cases people don’t recycle because it can be hard to know how to dispose of things correctly. Sortify solves this problem by sorting out your recycling for you. Simply take a picture of the item and the app will provide you with recycling instructions.
8
7
9
8
# Getting Started
10
9
11
-
The Test Release of the app can be found [here](https://github.com/paulpall/Sortify/releases)! Follow the instructions provided on the page.
10
+
The Test Release of the app can be found [here](https://github.com/paulpall/Sortify/releases)! Follow the instructions provided on the page.
12
11
13
12
# Usage
14
13
15
14
## Start Screen:
16
15
17
16
When the app is started you will be faced with two options. Sortify Discover™ that lists all known recyclable objects along with the respective recycling guidances; and Sortify Camera™ that lets the user capture an object & provides relevant information in return.
18
17
18
+
<palign="center">
19
+
<imgsrc="/screenshots/Screenshot_Start.png"alt="Screenshot of the Start View"style="zoom:25%;" />
20
+
21
+
22
+
19
23
## Sortify Discover:
20
24
21
25
In the Discover view the user can scroll up and down to browse through different recyclable items.
22
26
27
+
<palign="center">
28
+
<imgsrc="/screenshots/Screenshot_Discover.png"alt="Screenshot of the Discover Results View"style="zoom:25%;" />
29
+
23
30
## Sortify Camera:
24
31
25
-
In the Camera view it first goes to the phone's camera to take a picture . Once the picture has been taken the app gives possible items in the picture and how to recycle them .
32
+
In the Camera view it first goes to the phone's camera to take a picture. Once the picture has been taken the app gives possible items in the picture and how to recycle them.
33
+
34
+
<palign="center">
35
+
<imgsrc="/screenshots/Screenshot_Camera.png"alt="Screenshot of the Camera Results View"style="zoom:33%;" />
26
36
27
37
# License
28
38
29
-
Distributed under the MIT License. See [`LICENSE`](https://github.com/paulpall/Sortify/blob/master/LICENSE) for more information.
39
+
Distributed under the MIT License. See [`LICENSE`](LICENSE) for more information.
0 commit comments