File size: 8,932 Bytes
9aba585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b115290
7428760
9aba585
 
7428760
9aba585
 
7428760
9aba585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a21d8c4
9aba585
 
a21d8c4
9aba585
 
 
 
 
 
 
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
<!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.1/css/bootstrap.min.css"
        integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">

    <title>STRAWBEERY PLANT DISEASE PREDICTION</title>

    <style>
        * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }

        .card-style {
            background-color: #dcdcdc;

        }

        .content {
            padding: 15px;
            color: white;
            background-color: rgb(153, 156, 150);
            /* font-size: 1rem; */
        }

        @media (max-width: 430px) and (min-width: 200px) {


            .contents {
                font-size: 0.6rem;
                color: chartreuse;
            }

            .content-h1 {

                font-size: 1rem;
            }
        }

        .border img {
            border-radius: 15px;
            border: 2px solid black;
        }
        .animate-charcter {
            text-transform: uppercase;
            background-image: linear-gradient(-225deg,
                #231557 0%,
                #44107a 29%,
                #ff1361 67%,
                #fff800 100%);
            background-size: auto auto;
            background-clip: border-box;
            background-size: 200% auto;
            color: #fff;
            content: center;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textclip 5s linear infinite;
            display: inline-block;
            font-size: 24px;
          }
          @keyframes textclip {
            to {
              background-position: 200% center;
            }
          }
        .hero
        {
            width:100%;
            height:100vh;
            background-image:linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
            position:relative;
            padding:0 5%;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        .back-video{
            position:absolute;
            right:0;
            bottom:0;
            z-index:-1;
            opacity:0.70;
         }
         @media (min-aspect-ratio:16/9)
         {
            .back-video{
                width:100%;
                height:100%%;
            }
         }
         @media (max-aspect-ratio:16/9)
         {
            .back-video{
                width:auto;
                height:100%;
            }
         }
          h2 {
            color:white;
          }

         .background-image
         {
            background-image:url('../static/images/bggg.jpeg');
            background-size:cover;
            background-repeat:no-repeat;
            height:200vh;
             
         }
         
    </style>
</head>

<body>

    <div>
        <img src="static/images/Strawberry Disease predection . (4).png" class="w3-border w3-padding" alt="Indian AI Production"
            style="width:100%">
    </div>
<section>
    <div  class="hero">
    <video autoplay loop muted plays-inline class="back-video">
        <source src="/static/vecteezy_young-strawberry-plants-in-spring-garden_3383447.mp4" type="video/mp4">
    </video>

    <div class="container my-2">
        <div class="row mb-5">
            
           
           
            <div class="col-sm" style="margin-bottom: 23px;">
                <span class="border border-primary">
                    <img src="{{ user_image }}" alt="User Image" class="img-thumbnail">
                    <!-- <img src="{{pred_output}}" alt="User Image" class="img-thumbnail"> -->
                    

                </span>
            </div>  

            <div class="col-sm">
             
                <div>
                   
                    <h1 style="padding: 15px;background-image: linear-gradient(to left top, #ed4e4e, #f75670, #fb6392, #f974b1, #f286cd);"
                        class="text-center mb-5 content-h1 rounded">
                        {{pred_output}} </h1>
               
                
                <h2>Disease Name / रोगाचे नाव  : </span></h2>
                <h3 style="line-height: 100%; color:white">Leaf spot<br><br>पानांचे डाग<br>
                   </h3>
                <hr class="w-100 mx-auto ">
            </div>
            </div>
        </div>
    </div>
    </section >

        <h1 class="text-center mt-4 mb-4 animate-charcter" style="font-size:35px;text-align:center;text-indent: 50px;"> <b>Solution for Disease / रोग का उपचार / रोगाचा उपाय </b></h1>
        <p style="text-indent: 50px;"><strong>Use any one Systemic Insecticide, which contain<i> Flonicamid 50%/ Thiamethoxam 25% WG / Imidacloprid
                    17.8 Sl / Acetamiprid 20% SP.</i></strong></p>
        <p></p>
        <p style="text-indent: 50px;">किसी भी एक प्रणालीगत कीटनाशक का प्रयोग करें, जिसमें फ्लोनिकमिड ५०% / थियामेथोक्साम 25% WG / इमिडाक्लोप्रिड
            १७.८
            एसएल / एसिटामिप्रिड २०% एसपी है।</p>
        <p style="text-indent: 50px;">कोणत्याही एक सिस्टीमिक कीटकनाशकाचा वापर करा, ज्यात फ्लोनीकायमिड ५०% / थियॅमेथॉक्सम 25% WG / इमिडाक्लोप्रिड
            १७.८
            एसएल / एसीटामिप्रिड २०% एसपी असेल.</p>
        
    </div>

    <section class="background-image">

        <div class="container">
            <h1 class="text-center mt-4 mb-4 animate-charcter" style="font-size:35px;text-align:center">
               <b> Recommended Products</b></h1>
        </div>

        <div class="container">


            <div class="card-columns ">
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px;" class="img-fluid" src="/static/images/preet.png" alt="">
                        <h3 class="card-text">Dose: 60-80 gm/Acre</h3>
                    </div>
                </div>
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px;" class="img-fluid" src="/static/images/ulala.png" alt="">
                        <h3 class="card-text">Dose: 25-40 gm/Acre</h3>
                    </div>
                </div>
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px" class="img-fluid" src="/static/images/victor.png" alt="">
                        <h3 class="card-text">Dose: 60-80 gm/Acre</h3>
                    </div>
                </div>
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px;" class="img-fluid" src="/static/images/confidor.png" alt="">
                        <h3 class="card-text">Dose: 25-35 ml/Acre</h3>
                    </div>
                </div>
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px;" class="img-fluid" src="/static/images/panama.png" alt="">
                        <h3 class="card-text">Dose: 60-80 gm/Acre</h3>
                    </div>
                </div>
                <div class="card ">
                    <div class="card-body text-center card-style">
                        <img style="border-radius: 10px;" class="img-fluid" src="/static/images/actara.png" alt="">
                        <h3 class="card-text">Dose: 60-80 gm/Acre</h3>
                    </div>
                </div>


            </div>

<!--             <div class="container-fluid contents"> 
                <h5 style="padding: 15px; background-color:#93E9BE" class="text-center my-3 contents">
                    <center><button onclick="history.back()" style="width:180px;height:40px;background-image: linear-gradient(to left top, #ed4e4e, #f75670, #fb6392, #f974b1, #f286cd)"> Go Back </button></center>
                </div> -->
        </div>

    </section>

</body>

</html>