-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
369 lines (255 loc) · 11.3 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap" rel="stylesheet">
<title>COTTON PLANT DISEASE PREDICTION</title>
<style>
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.carousel-inner img {
height: 70vh;
}
form {
display: flex;
height: 85vh;
justify-content: center;
align-items: center;
margin-top: 50px;
width: 60%;
text-align: center;
margin: auto;
}
.details h2 {
position: relative;
top: 100px;
margin: auto;
color: rgb(18, 231, 231);
font-size: 3rem;
}
label:hover {
transform: scale(1.03);
}
.details h2 {
/* margin-bottom: 300px; */
position: relative;
top: 100px;
margin: auto;
color: rgb(18, 231, 231);
font-size: 3rem;
}
.gallery-h1 h1 {
background-color: rgb(44, 43, 43);
color: white;
padding: 20px;
border-radius: 15px;
}
.details h1 {
color: white;
padding: 20px;
border-radius: 15px;
background-color: rgb(45, 47, 49);
}
.upload {
font-size: 20px;
background-color: rgb(255, 252, 252);
border-radius: 20px;
outline: none;
width: 315px;
color: rgb(0, 0, 0);
border: 3px solid rgb(45, 47, 49);
}
::-webkit-file-upload-button {
color: white;
padding: 20px;
border: 2px solid rgb(129, 129, 129);
background-color: rgb(129, 129, 129);
border-radius: 15px;
}
::-webkit-file-upload-button:hover {
border-radius: 20px;
border: 2px solid rgb(177, 174, 174);
}
input[type="submit"] {
position: absolute;
margin-top: 150px;
padding: 15px 35px;
background-color: white;
border-radius: 15px;
color: black;
font-size: 1.5rem;
border: 4px solid rgb(31, 185, 190);
}
.carousel-caption {
background: rgba(24, 25, 26, 0.5);
border-radius: 10px;
}
.carousel-caption h3 {
font-family: 'Rowdies', cursive;
color: yellow;
text-transform: uppercase;
margin-bottom: 10px;
}
.carousel-caption p {
padding: 7px;
}
.img-thumbnail {
height: 300px;
}
.Content-h5 {
padding: 15px;
background-color: rgb(153, 156, 150);
color: white;
border-radius: 15px;
margin-bottom: 25px;
}
@media only screen and (max-width: 325px) {
body {
font-size: x-small;
}
}
</style>
</head>
<body>
<header>
<div class="container-fluid">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active ">
<img src="/static/images/img1.jpg" class="d-block w-100" alt="...">
<div class="container">
<div class="container background-img3">
<div class="carousel-caption">
<h3>Cotton
Plant Disease Prediction AI App</h3>
<p>
Many veterans said that Deep Learning and AI is a threat to our world, but if we
use it properly, we can do many good things today, we will see a small example
of this in which we will be in cotton farming
Find out about the disease
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img src="/static/images/img2.jpg" class="d-block w-100" alt="...">
<div class="container">
<div class="carousel-caption">
<h3>Cotton tree disease symptoms and remedies
</h3>
<p>
Many veterans said that Deep Learning and AI This is a threat to our world but if
If we use it properly, we can do many good works. Today, a little bit of this example
We will see in which we will see the changes in cotton cultivation.
Will find out about the disease</p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="/static/images/img3.jpg" class="d-block w-100" alt="...">
<div class="container">
<div class="container ">
<div class="carousel-caption">
<h3>
Symptoms and treatment of Kapashichya bush disease </h3>
<p>last few years
deep practice (Deep Learning) and (Artificial Intelligence)This has been the most discussed topic,
Many great people say that this is a betrayal for our world, but if we use it properly then we can do many good things today.
This is an example of the fact that if you know about the disease of Kapasacha then you should find a remedy for it.
</p>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</header>
<section>
<div class="container-fluid details">
<h1 class="text-center mt-5 ">Predict Cotton Crop Disease & Get Cure</h1>
<h2 class="text-center mt-4 mb-4" style="font-size: 2rem;">insert picture of cotton tree</h2>
<form action="/predict" method="post" enctype="multipart/form-data" onsubmit="showloading()">
<input type="file" name="image" class="upload">
<input type="submit" value="Predict">
</form>
</div>
</section>
<section style="margin-bottom: 100px;">
<div class="container gallery-h1">
<h1 class="text-center mt-4 mb-4">Photo Gallery</h1>
<hr class="mt-2 mb-5">
<div class="row text-center text-lg-left">
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery1.jpg" alt="">
</a>
</div>
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery2.jpg" alt="">
</a>
</div>
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery3.jpg" alt="">
</a>
</div>
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery4.jpg" alt="">
</a>
</div>
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery5.jpg" alt="">
</a>
</div>
<div class="col-lg-4 col-md-4 col-6 col-12">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="/static/images/Gallery6.jpg" alt="">
</a>
</div>
</div>
</div>
</section>
<section>
<div class="container Content-h5">
<h5 style="font-size: 1rem;" class="text-center my-3 contents">
Delivery Contact:
[email protected]</h5>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>