-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinference-can.html
39 lines (36 loc) · 1.44 KB
/
inference-can.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Recycl AI</title>
<link href="style.css?id=1234" rel="stylesheet" type="text/css" />
<meta name="title" content="Recycl AI">
<meta name="description" content="An AI tool to help people recycle properly.">
<meta name="keywords" content="recycl, recycling, ai, recyclai, ai recycling">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="30 days">
<meta name="author" content="awdev">
</head>
<body>
<nav>
<a href="/">Recycl.ai</a>
<a>Recycling Classifier</a>
</nav>
<div class="inference-container">
<div class="camera-preview can"></div>
<div class="result-information">
<h2>Detected Object: Aluminum Can</h2>
<h3>Confidence: 96%</h3>
<p>Recycl sees an <u>aluminum can</u>.</p>
<h4>Where can I recycle?</h4>
<p>Containers can be returned to designated collection facilities (bottle depots) or retailers.</p>
<h4>What happens to it?</h4>
<p>Cans end up back on the shelf as new cans within six weeks! It takes 95% less energy to manufacture a can from recycled aluminum than it does to make it from brand new material.</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>