-
Notifications
You must be signed in to change notification settings - Fork 2
/
TE21-P2.html
647 lines (592 loc) · 27.9 KB
/
TE21-P2.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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>T.E. Projects</title>
<meta content="width=device-width, initial-scale=1.0" Name="viewport">
<meta content="" Name="keywords">
<meta content="" Name="description">
<!-- Favicons -->
<link href="img/tab-icon.png" rel="icon">
<link href="img/tab-icon.png" rel="apple-touch-icon">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--/ Nav Star /-->
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<div style="display-flex:justify-content-center"><img src="img/tab-icon.png" height="50px"
width="50px" ></img>
<a class="navbar-brand js-scroll" href="#page-top">VESIT</a></div>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link js-scroll" href="#">Projects</a>
<div class="dropdown-content">
<a class="js-scroll" href="index.html#blog1">B.E. (20-21)</a>
<a class="js-scroll" href="index.html#abc1">T.E. (20-21)</a>
<a class="js-scroll" href="index.html#abc2">S.E. (20-21)</a>
<a class="js-scroll" href="index.html#blog">B.E. (19-20)</a>
<a class="js-scroll" href="index.html#abc">T.E. (19-20)</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#service">Schedule</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link js-scroll" href="#xyz">Archives</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="https://drive.google.com/file/d/1Oc3daItKzb545tfO9CCmt_9-p57adM18/view?usp=sharing">Prakalp</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#work">Gallery</a>
</li>
</ul>
</div>
</div>
</nav>
<!--/ Nav End /-->
<!--/ Intro Skew Star /-->
<div class="intro intro-single route bg-image" style="background-image: url(img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="intro-content display-table">
<div class="table-cell">
<div class="container">
<h2 class="intro-title mb-4">Data Analytics and ML (T.E)</h6>
</div>
</div>
</div>
</div>
<!--/ Intro Skew End /-->
<!--/ Section Blog-Single Star /-->
<section class="blog-wrapper sect-pt4" id="blog">
<div class="container">
<div style="box-shadow: 0px 0px 10px rgba(0,0,0,0.2);padding-bottom: 25px; padding-top: 25px">
<div class="row1">
<!-- TE_2-1 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1HwEzclMB2u4G1Y_viz8xcIx4vTSnaAzv/preview" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Project Name: Spices yield prediction in India based on Environmental
Data</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-1.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>
Group Members: Siddarth Prakash Bugtani, Vishwesh Rajendra Jagtap, Yashvi
Ashok Hiranandani, Kabir Rajesh Rajpal
</p>
<p>Mentor: Dr. Nupur Giri</p>
</div>
</div>
<!-- TE_2-2 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/17KJjgr60UDpo54iA2vkwFyP02BWH0uFM/preview" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Real time Face Mask Detection and Social Distance Monitoring System</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-2.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>
Group Members: Shreyas Kotkar, Yashkumar Jain, Chirag Kinger, Vikram
Virwani
</p>
<p>Mentor: Dr. Sujata Khedkar</p>
</div>
</div>
<!-- TE_2-3 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1AWF4-nTRPL2M1Svwq9oLtAL6RwYtDHAt/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Analyzing and Predicting the growth and trends of COVID-19 Pandemic</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-3.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Muskaan Sharma, Sakshi Lalchandani, Nupur Patil</p>
<p>Mentor: Dr. Sujata Khedkar</p>
</div>
</div>
<!-- TE_2-4 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1IT4o4MbsEEk7bD0mKqRFxGco7uUFf9zx/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Chikitsak: Disease Prediction system using Machine Learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-4.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Amit V. Joshi, Jayesh R. Shadi, Puneet Meghrajani</p>
<p>Mentor: Mr. Prashant Kanade</p>
</div>
</div>
<!-- TE_2-5 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1TCLa0eCPq05iaDLQY7k0x0hEEx3Wt25W/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Yoga Coach with Machine Learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-5.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Anjali Hassani, Saurabh Lalwani, Yash Laddha, Om Yerawar</p>
<p>Mentor: Dr. Anjali Yeole</p>
</div>
</div>
<!-- TE_2-6 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1zjVVNz70x1wOu7JV-s7SDpzDBfyjpZUY/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Emotion Analysis using Facial Recognition and Vital body Parameters</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-6.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Mohit Peshwani, Abhishek Odrani, Saurav Kalaskar</p>
<p>Mentor: Dr. Anjali Yeole</p>
</div>
</div>
<!-- TE_2-7 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1YQwhuXwrQ0AxzS2-kI1iynvCp6ElBMiT/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>ChalaShikuya : The Primary Aid for Learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/drive/folders/1oI1By3XDQj3wjv1rLtFBoDLEdaFWzdb2">Publication </a></span>
<a href="img/TE_2-7.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Siddhesh Sharad Gadge, Siddhesh Vijay Bhere, Kedar Harishchandra kharde, Rohit Chandrakant Jadhav</p>
<p>Mentor: Mrs. Indu Dokare</p>
</div>
</div>
<!-- TE_2-8 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1HU4alWYAePSohfn-Pt828JfpDoghirpu/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Jeeva Dhara – Blood bank Connect app</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-8.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Harsh Singh, Shubham Singh</p>
<p>Mentor: Mrs. Indu Dokare</p>
</div>
</div>
<!-- TE_2-9 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1l1fSYw95h-jV-vr70oGJUYgqxd0CX7iC/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Speech Emotion Recognition (SER) OR Emotion detection via Speech to Text Generator</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-9.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Vinayak Baranwal, Chinmay Waykole, Krish Khemani</p>
<p>Mentor: Mrs. Vidya Zope</p>
</div>
</div>
<!-- TE_2-10 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/10ntDPiKcwC-KOwNa8GpQ7MTkL15H_KEW/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Aspiro</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-10.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Pooja Arun Koshti, Vaishnavi Atul Ainapure, Arya Gulshan Paryani, Juhi Haresh Talreja</p>
<p>Mentor: Mrs. Vidya Zope</p>
</div>
</div>
<!-- TE_2-11 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1rCqFU-9DQzRXNkqvZVZi5r_9Q7w2kPt_/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Seminar Attendance Tracker using Facial Recognition</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1R5iPPOFT0EmTA_U1mSVGEYxsCwbCdZgk/view?usp=sharing">Publication </a></span>
<a href="img/TE_2-11.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Shreeja Nanda, Riteshsingh Kadakoti, Anmol Devnani, Maitraiyi Dandekar</p>
<p>Mentor: Mrs. Priya R. L</p>
</div>
</div>
<!-- TE_2-12 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1xFsp9q5B3-UDi7HK2_b448wQjhp2ljV6/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Inventory optimization using machine learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-12.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Paras Gurnani, Divesh Hariani, Karan Kalani, Praveen Mirchandani</p>
<p>Mentor: Mrs. Lifna C. S</p>
</div>
</div>
<!-- TE_2-13 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1AXC0PJHRDwjEYLoRFNdZRw3zLkh_E1kN/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Detection of Fake News in Healthcare domain</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-13.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Pratik Chainani, Khushboo Bhatia, Laveen Dawani</p>
<p>Mentor: Mrs. Lifna C. S</p>
</div>
</div>
<!-- TE_2-14 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1v3aYRxgQ1G3ASbKlOFsly-YaIb1-1zfj/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Twitter sentiment analysis</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-14.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Bhavika Mulwani, Sameer Israni, Aakash Vanjani</p>
<p>Mentor: Mrs. Lifna C. S</p>
</div>
</div>
<!-- TE_2-15 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1y4wN4nGaJzbXVCUdWzwT1x0Xu7gQKrEo/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>E-placement: Placement Prediction System</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-15.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Mohit Balani, Rohit Vadhya, Sahil Ramrakhiyani, Nikhil Sewani</p>
<p>Mentor: Mrs. Abha Tewari</p>
</div>
</div>
<!-- TE_2-16 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1Ew5vG15LeEX3egrr8gAfHueSD60O0QVf/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>BON APPETIT</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-16.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Deepika Gambani, Hitika Hemnani, Jayesh Dhanrajani, Arya Telavane</p>
<p>Mentor: Mrs. Mannat Doultani</p>
</div>
</div>
<!-- TE_2-17 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/18NBWacT71K1-27mrVN7XlevKP4kWpuiV/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Student Performance Prediction</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1dc2QLZKPp7_B9yIZMiOJdBXjvmZzfjLR/view">Publication </a></span>
<a href="img/TE_2-17.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Nishikant Patil, Girish Vaswani, Chetan Urkude, Aashish Vaswani</p>
<p>Mentor: Mrs. Kajal Jewani</p>
</div>
</div>
<!-- TE_2-18 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1h-p-o4G9ht_i9okVa9DOV53N_uEQ1D-I/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Weather, Pollution Prediction and Ozone Level Detection Using ML</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1r_iQYrHaFDMp3MeLyDDWput2Tgj_Ysb2/view">Publication </a></span>
<a href="img/TE_2-18.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Muskan Tanna, Diksha Ramnani, Nikita Samtrai</p>
<p>Mentor: Mrs. Kajal Jewani</p>
</div>
</div>
<!-- TE_2-19 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/12lwMtJ7XFJeWK1ugk7TT0bkEhhQu1PNE/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Music Recommendation App</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1lMHSstKSG_dhkAlfhI2NgeOqBGkqXDi8/view">Publication </a></span>
<a href="img/TE_2-19.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Shikhar Niranjan, Sejal Budhani, Mahek Nagdev, Roshni Kataria</p>
<p>Mentor: Mrs. Pallavi Saindane</p>
</div>
</div>
<!-- TE_2-20 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1m2B4SG632ULJSQVe3hGLar90HvEsPW2c/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Deepy: Your Virtual Companion</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1VYjBjA707AtvbIjlxzRkQeWHL8fzxtRw/view">Publication </a></span>
<a href="img/TE_2-20.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Roshnee Matlani, Roshan Dadlani, Sharv Dumbre, Shruti Mishra</p>
<p>Mentor: Mrs. Pallavi Saindane</p>
</div>
</div>
<!-- TE_2-21 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1wiIqpP9zM0fXZjl5Tibvf-aDSVg3BU0e/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Predicting the impact of Air Pollutants on Rice and Wheat using Machine Learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1BIX_yPftfIncdC2atWhYtd4BcOY3P42i/view">Publication </a></span>
<a href="img/TE_2-21.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Ayush Raj Singh, Daksh Ramchandani, Ian Sequeira, Mirudhula Nadar</p>
<p>Mentor: Mrs. Sunita Sahu</p>
</div>
</div>
<!-- TE_2-22 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1flr_Oc4hNP7aIjcrNX5s7WAEqYAhaNW0/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Educational query bot trained using Video:s and Text</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-22.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Ajay Gupta, Hritwik Ekade, Neel bhagat, Sparsh Amarnani</p>
<p>Mentor: Mrs. Sunita Sahu</p>
</div>
</div>
<!-- TE_2-23 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1MM1zD6hsf_GqzPAD9TjIZH7Lk56MNEYE/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Employee Attrition Prediction with Depression Analysis</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/drive/folders/1G40klmoozSKSLDzdz6M6IWcr4sI5kuJi">Publication </a></span>
<a href="img/TE_2-23.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Parthesh Pawar, Kunal Kotkar, Sanket Jangale, Shreyas Udupa</p>
<p>Mentor: Mr. Richard Joseph</p>
</div>
</div>
<!-- TE_2-24 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1U9m0ZzhDs-YJjb96nRV7nr3pYM-VP4Km/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Realtime Indoor Workout Analysis Using Machine Learning & Image Processing</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-24.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Manoj Ayyappan, Tanvi Shetty, Gurudatt Gaonkar, Aashish Nagpal</p>
<p>Mentor: Mr. Richard Joseph</p>
</div>
</div>
<!-- TE_2-25 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1SiZtYHM8VEvCyEAcT3dyxhyshBkWIl6I/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Monitoring plant health and detecting uncovered land area using Multispectral Images</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/1IFh0Bt85x2-uFAtSAb6S-7xnDYVeqtsA/view">Publication </a></span>
<a href="img/TE_2-25.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Saloni Ingle, Shivani Kulkarni, Vaibhav Boliya, Nitesh Duseja</p>
<p>Mentor: Mrs. Yugchhaya Galphat / Richa Sharma & Nusrat</p>
</div>
</div>
<!-- TE_2-26 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/1UZnJtvVYrBsFIP8MaezwN6YdF6rXSbqf/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Detecting influential user and influential post in online social media</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="https://drive.google.com/file/d/17EQM3qXngaRiPT4d-lQWmiZ0EskgHvwx/view">Publication </a></span>
<a href="img/TE_2-26.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Vanshika Bhavnani, Gunjan Bhawsinghka, Jaishree Golani</p>
<p>Mentor: Mrs. Richa Sharma & . Mr. Sanjay Mirchandani</p>
</div>
</div>
<!-- TE_2-27 -->
<div class="max-height-st card-st">
<div class="work-img">
<iframe src="https://drive.google.com/file/d/18iZsyEcY6mrOU-4KqIn7xvZGfFS7SXoA/preview?usp=sharing" width="100%" height="100%"></iframe>
</div>
<h6>
<b>Company Audit and Financial fraud detection using Machine Learning</b>
</h6>
<br />
<div style="margin-bottom: 10px !important"></div>
<span><a href="javascript:void(0);">Publication </a></span>
<a href="img/TE_2-27.png" data-lightbox="gallery-mf">Abstract</a>
<div>
<p>Group Members: Anurag Punjabi, Kushal Dayani, Bhavesh Lalwani, Gautam Pamnani</p>
<p>Mentor: Mrs. Sujata Khandaskar / Mrs. Rohini Temkar</p>
</div>
</div>
</div>
</div>
</section>
<!--/ Section Blog-Single End /-->
<!--/ Section Contact-Footer Star /-->
<section class="paralax-mf footer-paralax bg-image sect-mt4 route" style="background-image: url(img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="credits">
Photographs by the VESIT Photocircle
</div>
</div>
</div>
</div>
</footer>
</section>
<!--/ Section Contact-footer End /-->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/popper/popper.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/counterup/jquery.waypoints.min.js"></script>
<script src="lib/counterup/jquery.counterup.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>