-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (200 loc) · 8.26 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<html>
<head>
<title>Real Time Image Identification App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.js"></script>
<script src="https://unpkg.com/ml5@0.4.3/dist/ml5.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<center>
<p>CASE STUDY BETWEEN GOOGLE LENS AND MOBILENET</p>
<span class="google_lens">GOOGLE LENS <img src="https://www.bing.com/th?id=Ad4c93f2425bde88c5133a1081ee67f19&w=110&h=110&c=7&rs=1&qlt=80&o=6&dpr=1.5&pid=SANGAM"></span>
<p>VS</p>
<p class="btn btn-primary" id="mobilenet">Mobilenet</p>
<hr>
<ol>
<div class="test_image_and_result1 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white1">Test Image - </b>
<img class="img" src="IMG_20220808_221726.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Mouse</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Stopwatch</span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate .</h4>
</div>
</div>
<div class="test_image_and_result2 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white2">Test Image - </b>
<img class="img" src="IMG_20220808_221736.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Ball pen</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Water bottle </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate .</h4>
</div>
</div>
<div class="test_image_and_result3 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white3">Test Image - </b>
<img class="img" src="IMG_20220808_221742.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Calculator</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Computer keyboard </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate . </h4>
</div>
</div>
<div class="test_image_and_result4 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white4">Test Image - </b>
<img class="img" src="IMG_20220808_221751.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>USB Keyboard</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Computer Keyboard </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Both have given the accurate result. </h4>
</div>
</div>
<div class="test_image_and_result5 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white5">Test Image - </b>
<img class="img" src="IMG_20220808_221811.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Headphone</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Speaker system</span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate .</h4>
</div>
</div>
<div class="test_image_and_result6 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white6">Test Image - </b>
<img class="img" src="IMG_20220808_221836.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Contact Lenses</span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Projector </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Both are inaccurate . </h4>
</div>
</div>
<div class="test_image_and_result7 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white7">Test Image - </b>
<img class="img" src="IMG_20220808_221921.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Globe </span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Bubble </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4> Google Lens is more accurate .</h4>
</div>
</div>
<div class="test_image_and_result8 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white8">Test Image - </b>
<img class="img" src="IMG_20220808_221933.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>JBL GO 2 </span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Digital Clock </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate . </h4>
</div>
</div>
<div class="test_image_and_result9 col-xs-12">
<li class="col-sm-4 col-xs-12">
<b class="white9">Test Image - </b>
<img class="img" src="IMG_20220808_222004.jpg">
</li>
<h5 class="first col-sm-4 col-xs-12">
Output on <b>GOOGLE LENS</b> -
<span>Torch </span>
</h5>
<h5 class="second col-sm-4 col-xs-12">
Output on <b>Mobilenet Model </b> -
<span>Microphone </span>
</h5>
<div class="mini_result" class="col-xs-12">
<h4>Result - </h4>
<hr>
<h4>Google Lens is more accurate . </h4>
</div>
</div>
</ol>
<h6 class="bottom1">
The 9 Images that I tested , <b>GOOGLE LENS</b> Have Predicted 8 Of Them More Accurately And <b>MOBILE NET</b> Have Predicted 1 Of Them Accurately. So According To My Case Study <b>GOOGLE LENS</b> Is More Accurate.
</h6>
</center>
</body>
</html>