-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
587 lines (586 loc) · 36.8 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
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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href='style.css' rel='stylesheet'>
<script src="https://kit.fontawesome.com/24a476b79d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="project">
<img src="https://github.com/kanishkaa24/datascience-mashup/blob/main/assets/logos/Dog%20VS%20Cat.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to determine whether the picture contains a dog or a cat.<br>
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Dogs%20vs%20Cats" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Shakespeare%20Text.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class = "title">
The project is designed to generate text in Shakespearean Style.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Shakespeare%20style%20text%20generation" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Predict%20Breast%20Cancer.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to provide affordable and efficient diagnosis for Breast Cancer.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/BreastCancerPrediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Analyse%20Sentiment.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to determine whether data is positive, negative or neutral.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/IMDB%20sentimental%20analysis" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Heart%20Disease%20Prediction.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to predict whether the patient has risk of Coronary Heart Disease.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Coronary%20Heart%20Disease%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Predict%20House%20Price.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to predict House Sales Prices on the basis of area.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/House_Price_Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Recognise%20Digits.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to determine and recognise handwritten digits.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Handwritten%20Digits%20Recognition" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Salary%20predictor.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to determine whether an adult earns over INR 50000 a year.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Adult%20Census%20Income" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Stock%20Prediction.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
The model is designed to predict closing day Stock Prices and Profit/Loss.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Stock%20Price%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Text%20Classifier.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is designed to address appropriate labels to the text.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Text%20Classification%20using%20Naive%20Bayes" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Visualization%20mashup.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to visualise the data by plotting graphs in Seaborn.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Graphs%20for%20Visualisation" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/_restaurant%20review%20classifier.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to analyse and classify various restaurant reviews.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/RestaurantReview" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/face%20detector%20and%20age-gender%20classifier.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to detect face and determmine age and gender.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Facegenderandagedetector" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20concrete%20strength.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to determine compressive strength of Deep Neural Networks.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/concrete%20strength%20prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/_dataset%20refiner.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to clean the dataset before feeding into a model.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/dataset-refine" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/DETECT%20FAKE%20NEWS.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to detect the Fake News using TfidfVectorizer.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Fake%20news%20detector" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/PREDICT%20CAR%20PRICE.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict the price of a Car after visualising various features.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/car_price_pred_ai" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/PREDICT%20RAINFALL.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict the rainfall using various algorithms.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Rainfall%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/RECOGNIZE%20TRAFFIC%20SIGNS.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to recognize various traffic signals with an accuracy of 99.08%.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Traffic%20Signs%20Recognition" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20%20EARTHQUAKE.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Earthquakes using Los Alamos National Laboratory's data.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Earthquake%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20movie.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict the total revenue of a movie.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/TMDb%20Movie%20Analysis%20and%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20sound.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to classify sound using UrbanSound8K.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/UrbanSound8K" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20credit%20card%20fraud.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to detect Credit Card Fraud.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Credit%20Card%20Fraud%20Detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20heart%20disease.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Heart Disease.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Predicting-Heart-Disease-master" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20employee%20turnover%20(1).png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Employee Turnover.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Predict%20Employee%20Turnover%20with%20scikit-learn" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20weather.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Weather.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/weather" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20product%20review.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to analyse product reviews.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Amazon%20Reviews%20Sentiment%20Analysis%20using%20Linear%20Classifiers" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20butterflies.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to classify Butterflies.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Butterfly%20Classification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/cluster%20customers.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to cluster Customers.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Mall%20Customers%20Segmentation%20using%20clustering" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20survival.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Survival.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/titanic-survivals" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20apple%20stock%20price.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Apple's Stock Price.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Apple%20Stock%20Price%20Detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20bitcoin.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Bitcoin Price.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Bitcoin_Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20diabetes.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Diabetes.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Diabetes-Prediction-master" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20cloth%20fabric.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Cloth Fabric.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Fashion%20MNIST%20GAN" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20flight%20fare.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Flight Fare.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Flight%20Fare%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20cassava%20leaf%20disease.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to classify Cassava Leaf Disease.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Cassava%20Leaf%20Disease%20Classification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/crime%20rate%20in%20chicago.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to visualise Crime Rate in Chicago.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Chicago%20Crime%20Rate" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20cuisine.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Cuisine.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Cuisine-Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/recognize%20digits.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Recognize Digits.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Digit_Recognition" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20cryptocurrency%20data.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to analyze Cryptocurrency Data.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Cryptocurrency%20Data%20Analysis%20and%20Visualization" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20finger%20signs.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to classify finger signs.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Finger%20Sign%20Classification%20WebApp" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Analyze%20market%20basket.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Analyse Market Basket.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Market_Basket_Analysis" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/CLassify%20music.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Analyse Market Basket.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Music%20genre%20classification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/Traffic%20Mortality.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Traffic Mortality in USA.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Traffic%20mortality%20in%20USA" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20email.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Classify Emails.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/email_classification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20project.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Classify Projects.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Kickstart%20Projects%20Classification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/classify%20traffic%20signs.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Classify Traffic Signs.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Traffic%20sign%20classification%20with%20interface" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20QR.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Detect QR Codes.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/QR%20Detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20face%20(1).png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Detect Face.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Build%20own%20facial%20detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20color.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Detect Colors.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/color_detection_imagen" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/find%20%20blood%20donor.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Find Blood Donor.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Blood%20donors%20prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20%20covid-19.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Covid-19.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/covid-19%20case%20tracker%20with%20GUI" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/detect%20gender%20using%20name.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Detect Gender using Name.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Name%20Based%20Gender%20Detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20Parkinson's%20disease.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Parkinson's Disease.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Perkinson's%20Disease%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/match%20document.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Match Documents.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Document%20matcher" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/generate%20text.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Generate Text.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Text%20Generator" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/named%20entity%20recognition.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to depict Name Entity Recognition.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/NER" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20asl.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict ASL.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/ASL%20prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20flight%20price.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Flight Price.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Flight-Price-Prediction-master" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20cosmetics.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Cosmetics using Ingredients.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Cosmetics%20Comparison%20by%20ingredients" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20loan.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Predict Loan.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Loan%20Prediction%20with%20deployment" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20stock%20sentiments.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Analyze Stock Sentiments.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Stock%20Sentiment%20Analysis" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/lstm.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to detect Fake News using LSTM.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Fake%20News%20Detection%20using%20LSTM" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20wine%20quality.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Wine Quality.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Wine%20Quality" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/image%20segmentation.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to create segmented images.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Image%20Segmentation%20using%20UNET%20Webapp" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/forecast%20weather.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Forecast Weather.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/weather_forecaster" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/confusion%20matrix.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is based upon Confusion Matrix.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Confusion_matrix%20using%20Logistic%20Regression" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/recognise%20emotion.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to recognise emotions.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Voice%20emotion%20recognition" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20weather.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Analyze Weather.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Weather_Analyser" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/recognize%20alphabets.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to recognise handwritten alphabets.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Handwritten%20letter%20and%20digit%20prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/summarize%20text.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Summarize Text.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Text%20Summarization" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/analyze%20Alexa%20product%20review.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to Analyze Alexa products reviews.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Alexa%20Reviews%20Analysis" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/voice-based%20gender%20identification.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to detect gender using voice.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Voice-Gender%20identification" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/recommend%20movie.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to recommend movies.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Movie%20Recommendation" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/transformer.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to append attention scores to the words.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/HuggingFace%20Transformer" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20used%20car.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict used cars.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Used_car_prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20%20genre.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Genre.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Netflix%20EDA%20and%20Genre%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20malaria.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Malaria.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Malaria%20Detection" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20natural%20disaster.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Natural Disasters.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Natural%20Disaster%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20score.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Score.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Score%20Prediction" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20video%20game%20sales.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict video game sales.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Video%20Game%20Sales%20Prediciton" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="project">
<img src="https://github.com/Jayshah6699/datascience-mashup/blob/main/assets/logos/predict%20credit%20card%20approval.png?raw=true" width=250px height=250px style="margin-top: 25px;">
<p class="title">
This project is used to predict Credit Card Approval.
</p>
<a href = "https://github.com/Jayshah6699/datascience-mashup/tree/main/Predicting%20Credit%20Card%20Approvals" target="_blank"><i class="fab fa-github"></i></a>
</div>
</body>
</html>