-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproblem_statements.html
More file actions
714 lines (678 loc) · 37.2 KB
/
Copy pathproblem_statements.html
File metadata and controls
714 lines (678 loc) · 37.2 KB
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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/play-icon.png">
<!-- Author Meta -->
<meta name="author" content="codepixer">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>DevHack 2019</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="header" id="home">
<div class="container">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/DevHack_logo.png" alt="" title="Logo" style="max-width: 200px" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="https://devhack2019.github.io">Home</a></li>
<li><a href="https://devhack2019.github.io#schedule">Schedule</a></li>
<li><a href="https://www.github.com/devhack2019/resources">Resources</a></li>
<li><a href="https://www.github.com/devhack2019/team_names">Teams</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->
<!-- Start banner Area -->
<section class="generic-banner" style="background: #000000">
<div class="container" >
<div class="row height align-items-center justify-content-center">
<div class="col-lg-10">
<div class="generic-banner-content">
<h2 style="color: #8ab92d">PROBLEM STATEMENTS</h2>
<p class="text-white">Find all problems related to software and hardware on this page<br> and hack a brilliant solution for one of them. You may also come up <br>with your own problem based on any of the below themes.</p>
</div>
</div>
</div>
</div>
</section>
<section class="button-area">
<div class="container border-top-generic">
<h3 class="text-heading">Themes</h3>
<div class="button-group-area mt-10">
<a href="#edu" class="genric-btn primary-border">Educational Hacks</a>
<a href="#health" class="genric-btn success-border">Health and Fitness Hacks</a>
<a href="#iit" class="genric-btn info-border">Smart Campus and IIT Dharwad Hacks</a>
<a href="#smart" class="genric-btn warning-border">Smart Energy, Resources and Environmental Hacks</a>
<a href="#social" class="genric-btn danger-border">Social and Communication Hacks</a>
<a href="#ai" class="genric-btn primary-border">AI and Big Data Hacks</a>
<a href="#finance" class="genric-btn success-border">Finance and Blockchain Hacks</a>
<a href="#misc" class="genric-btn info-border">Miscellaneous</a>
</div>
</div>
</section>
<hr id="edu">
<!--THEME WISE STATEMENTS-->
<section class="sample-text-area">
<!-- Educational Hacks -->
<div class="container">
<h2 class="text-heading">Educational Hacks</h2>
<p class="sample-text" style="font-size:16px" >
It’s time to revolutionize the world of education and give birth to a system equipped with better technologies for a more enriching experience. We don’t necessarily have to change the knowledge that is shared, rather, change the way it is presented. We don’t have to change the system, essentially, when an upgrade would do the job.
<br><br>From smart classrooms to better content generating and delivery systems, can you come up with a clever hack that could metamorphosize the educational sphere.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Crispy Lectures </strong></td>
<td>Sometimes lectures can be hard to follow, especially in big classrooms.
What if we could generate live subtitles and animations during the lecture to make it more interesting and easier to follow. This is just a start, think bigger.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> IOT and Smart Classrooms </strong></td>
<td>Imagine how much easier life would be if we a professor could walk into class and be free from the burden of dealing with a bunch of wires for using the projector, microphones, etc. What if there were devices that could warn the professor when he is about to trip the stage in his excitement or alert the TA when someone tries to walk out during class.
What if you could transform a class full of smart people into an actual smart classroom ?
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Attendance Tracking Systems </strong></td>
<td>Students are expected to develop a digital solution that monitors the attendance of students in classrooms and also come up with innovative ideas to promote attendance and prevent DX Grades.
</td>
<td> Software/Hardware</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Paper Leaks </strong></td>
<td>Nothing annoys a student more than news of a paper leak an evening before the exam. We challenge you to develop a scalable solution for preventing such leaks
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> Increasing Accessibility </strong></td>
<td>Education is not only for the rich and the powerful. Keeping eligibility for education is like keeping a leash on progress. We want you to design a hack that can deliver quality education to specially abled children.<br>[Inspired from Rotary Club School, Hubli for the deaf and dumb]
</td>
<td> Software/Hardware</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="health">
<!--Health and Fitness -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">Health and Fitness Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Nowadays, people are so caught up in their lives, with their work and personal commitments, leaving them very little time to think of their personal health. Clearly, the age-old connotation that health is wealth has not been realized as people still prefer solely thinking about placements rather than devoting an equal amount of time for hitting the gym. Your challenge is to come up with everyday hacks, right from machines to a digital aid, that could remind them of their true wealth and help them regain shape.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Go Fit or Fat </strong></td>
<td>When was the last time you saw someone hit the gym in campus or go for a jog? Rare indeed, can you expect to observe such mundane phenomenon in an academically rigorous environment. However, sometimes all it takes for good health is a motivational guide. Are you up for the challenge?
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Mechanical to the Rescue! </strong></td>
<td>Imagine a simple everyday physical contraption that could become a part of your everyday life and force you to become fit. Like a bicycle, but something more exciting. Now, stop imagining and start hacking xP
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Are you Straight Enough? </strong></td>
<td>College can demand excessive hours of sitting on chairs and benches. Our daily posture can play a vital role in determining our future health. Can you find out a way to keep us in good shape.
</td>
<td> Software/Hardware</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Smart shoes </strong></td>
<td>If you are one of those people who pay 7k for a tick mark on your pair of shoes, at least, ensure it corrects the way you walk, run and stand.
</td>
<td> Hardware </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="iit">
<!-- Smart Campus and IIT Dharwad Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">Smart Campus and IIT Dharwad Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Campuses are the heart of every institute and nurture students to evolve them into future leaders of the world. The Smart Campus challenge aims at enabling colleges to gain better control over their day to day operations, manage resources more effectively and create a more productive environment to improve student experience.
<br><br>
With a new campus coming up around the corner, it seems to be an ideal time to hack innovative solutions for our future campus.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Crispier Presentations </strong></td>
<td>Nothing puts a good student to sleep then a dull lecture without slides and board work. Now, imagine if we had a simple program that could find relevant images or notes from online and display it on the projector to make it more interesting and easier to follow. This may seem like a second step, but we would like you to think bigger.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> When things get Messy? </strong></td>
<td>
The dire situation of the mess food is apparent to every student. The challenge is to design a digital solution or a device to ensure that good hygiene standards and quality is ensured throughout the process of food preparation and serving. Ensure all your efforts go to waist. Not to waste!
</td>
<td> Software/Hardware </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Proxy Server </strong></td>
<td>Sleeping in class and missed your role call? What if a machine could answer your attendance for you? Laziness is a gift when it makes you hack hard to overcome it. Let’s find out how lazy you really are.
</td>
<td> Hardware</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Smart ID - Smart IDea </strong></td>
<td>Upgrade your card to seamlessly enter inside and outside the campus, swipe your card for payments in the canteen and maybe even play UNO.
</td>
<td> Hardware</td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> Locate VIPs </strong></td>
<td>More often than not, we face struggles to locate people of importance especially professors for last minute submissions and permissions. However, it would be inhuman to think of dog collar solutions in an age where privacy is given utmost respect. Are you up for the challenge?
</td>
<td> Software/Hardware </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="smart">
<!--Smart Energy, Resources and Environmental Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">Smart Energy, Resources and Environmental Hacks</h2>
<p class="sample-text" style="font-size:16px" >
This theme mainly focuses at identifying problems in effective utilization of energy resources an ensuring their sustainability. Students are encouraged to think about relevant problems they believe they can tackle in this field.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Intelligent Lights </strong></td>
<td>There exists a handful students who dare to venture the eerie roads the campus past midnight. While keeping all the lights switched on can prove to be an excessive waste of resources, leaving them switched off removes their purpose. Can you come up with an intelligent idea to light up the way?
</td>
<td> Software/Hardware </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Optimal Lift Algorithm </strong></td>
<td>In High rises, suppose you could learn the schedule of the daily users can you come up with the optimal algorithm that saves energy and optimizes waiting time for each user.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Smart Energy and IOT </strong></td>
<td>Save Energy, a motto that has been heard long enough. The challenge requires the students to find simple IOT solutions to save energy such as ways to switch off fans, lights and projectors when not in use. Maybe sensors can be incorporated into simple home appliances like iron boxes to ensure they are switched off when not in use.
</td>
<td> Software/Hardware</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Smart Agriculture </strong></td>
<td>Many farmers of Hubli-Dharwad are unaware of the modern farming techniques. We would like you to design a hack that can connect farmers and educate them to follow better practices. We encourage you to A social hack that connects farmers or a tech hack that can make their lives easier.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> Eco Power Saver </strong></td>
<td>A monitoring system that turns off illumination once there is enough ambient light, Eg: Lower brightness after detecting Sunlight.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">06</th>
<td><strong> Water from thin air </strong></td>
<td>Availability of clean and pure drinking water is a challenge faced by majority of rural as well as urban areas in India. There has been a lot of work done on developing technologies for extracting moisture out of air to make it available in the form of pure water. But a cost-effective solution is what a country like India needs where the cost of generation of water is less than Re. 1 per litre of water.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">07</th>
<td><strong> Temperature Monitoring System </strong></td>
<td>Design a automated system to control the ACs in classrooms depending on the weather.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">08</th>
<td><strong> Smart Portable Dustbin </strong></td>
<td>Under the Swatch Bharath mission we should have all the government offices fitted with these low cost smart bins that inform the labour when full or automatically empty themselves.
</td>
<td> Hardware </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="social">
<!-- Social and Communication Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">Social and Communication Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Social media has become an indispensable tool in an age of digital communication. Right now, we need to focus on the proper application of it to improve standards in the various of fields of education, health and finance.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> 1. Entrepreneurs’ Social Hub </strong></td>
<td>There are probably millions of open-minded people with billions of wonderful ideas, struggling to implement them in the real world. What if you could connect entrepreneurs who share similar interests virtually so that their ideas could transform into physical reality. Sort of like a tinder for entrepreneurs. If you like the idea, please swipe right. xP
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Platform to hire and promote budding Artists </strong></td>
<td>Heard of Jai Wolf, Brodha V, Rahul Dua, or Prabhakar Pachpute? Exactly, can you help out the emerging Indian artists and make their services and works become available to the nation and maybe even the world. Who knows? Maybe one day we shall use your platform to hire stand up comedians to perform in our cultural fest.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Cyberbullying </strong></td>
<td>A major concern for today’s students is cyberbullying. We encourage you to think of ways that use technology to combat and spread awareness of this issue.
</td>
<td> Software</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Public Address System </strong></td>
<td>It is observed that the announcements from public address systems at railway stations are at times not audible. It may be due to train noise, crowding at the station, technical defects in the public address system etc. A solution needs to be evolved so that the passengers can listen to such announcements clearly on their personal devices like mobile,etc
</td>
<td> Software</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="ai">
<!-- AI and Big Data Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">AI and Big Data Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Artificial Intelligence (AI) is transforming the nature of almost everything which is connected to human life e.g. employment, economy, communication, warfare, privacy, security, ethics, healthcare etc. Another trending theme is big data. Massive amount of data is produced every day by businesses and users.
<br>
We encourage students to come up with their own potential use cases in these fields and come up with intelligent hacks to shape the future.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Movie Recommenders or Paid Promoters </strong></td>
<td>Modern streaming services like Netflix and Prime often suggest so called hit movies and tend to overhype them. In the process, many other truly good movies are left in the dust. Your challenge is to design a fair movie rating system that might even bring to light the better movies that are unheard and unseen.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Help those in need </strong></td>
<td>People with disabilities should not be separated from the society simply because they’re less fortunate. Freedom of mobility is one of the greatest things we as humans can enjoy, but sadly some of us have been robbed of this possibility. AI is a powerful tool to harness, so put it to work where it can help people move around like they weren’t able to before.
<br>
[ Inspired from a blind school in Hubli ]
</td>
<td> Software/Hardware </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Student Patron </strong></td>
<td>Sometimes, student may feel disinterested or find it difficult to cope up with academics in the education system. Your challenge is to use to simple predictive analytics to find students who are falling back, try to predict a reason for lacking performance and guide them to perform better before it is too late.
</td>
<td> Software</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> IITDh CDC CV Generator </strong></td>
<td>Imagine a simple AI Program that inputs your personal details, experience and achievements and automatically generates a personalized resume highlighting what it feels stands out most for you.
</td>
<td> Software</td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> AI Scribe </strong></td>
<td>Why go through the pain of taking the minutes of the meeting when you can let a Speech to Text system take notes for you.
<td> Software</td>
</tr>
<tr>
<th class="name" scope="row">06</th>
<td><strong> Babel Fish </strong></td>
<td>A living fish which, when placed in your ear, will live there and translate any form of language for you. On a more practical note, a earphone that swims in your ears and does voice recognition and translation seems like a hack that can help the world.
<br>
[ Inspired by our inability to communicate efficiently with the people of Dharwad ]
</td>
<td> Software</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="finance">
<!-- Finance and BlockChain Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">Finance and Blockchain Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Effective finance management requires analysis of large volumes of data. Thus, it only makes sense to use Big data tools to analyse huge chunks of market data and evaluate risks and opportunities associated with different financial models.
<br>
As students, we can come up with fail-proof business models, and smart applications of technology to improve the financial sector.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Credit Score Estimator </strong></td>
<td>The problem expects you innovate a clever hack that calculates the credit score of a person based on his financial statements and decide if he is credit worthy enough.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Social Media based Financial Analysis </strong></td>
<td>To perform social analytics of a customer’s financial behaviour and categorize into various behavioural buckets for ease of displaying ads and predicting offers to give.
<br>
Recommended APIs: Twitter API, Google Plus API, Facebook social plugins
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Block Chain based Voting Systems </strong></td>
<td>A developing nation like ours could certainly use a proper electoral system that is not based on the principle of double counting. Using blockchain to record votes adds a further layer of transparency and security. However, you must also tackle the problem of ensuring that the outcome was in fact the true one and prove to the public that it was not hacked by third parties.
</td>
<td> Software</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<hr id="misc">
<!-- IOT and other Miscellaneous Hacks -->
<div class="container" style="margin-top: 10%">
<h2 class="text-heading">IOT and Other Miscellaneous Hacks</h2>
<p class="sample-text" style="font-size:16px" >
Do you have any interesting hack that could revolutionize the world?
Anything from the top of your mind that can create a positive impact in all walks of life. It could also be a problem we encounter in our daily life.
</p>
<!--Problems -->
<section class="schedule-area pb-100" id="schedule">
<div class="container">
<div class="row">
<div class="table-wrap col-lg-12">
<table class="schdule-table table table-bordered">
<thead class="thead-light">
<tr>
<th class="head" scope="col">Sl No.</th>
<th class="head" scope="col">Title</th>
<th class="head" scope="col">Description</th>
<th class="head" scope="col">Category</th>
</tr>
</thead>
<tbody>
<tr>
<th class="name" scope="row">01</th>
<td><strong> Find me a Ride </strong></td>
<td>In a town where booking a cab is seemingly impossibly, do you think we could do with an Uber for Tum-tums.
</td>
<td> Software </td>
</tr>
<tr>
<th class="name" scope="row">02</th>
<td><strong> Mosquito catcher </strong></td>
<td>To develop a miniature robot which flies and kills mosquitoes. An initial prototype would suffice for the hackathon.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">03</th>
<td><strong> Pedestrian Safety System </strong></td>
<td>Pedestrian death rates are amongst the highest in India as Jaywalking is very common. There is no system integrated with vehicles to detect and prevent this. All safety features currently focus on the occupants of the vehicle. Availability of such a driver assistance system would significantly take down instances of fatal accidents involving pedestrians. It would identify when a jaywalker/bystander moves in the path of the vehicle and instantly deploy measures to evade or brake.
</td>
<td> Hardware</td>
</tr>
<tr>
<th class="name" scope="row">04</th>
<td><strong> Bike Crash Detection</strong></td>
<td>To innovate a device which can send the SOS signal on crash of a vehicle to a centralized command center or automate the process of calling emergency services.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> Wheel Doctor</strong></td>
<td>Design a device to detect punctures on a wheel and possibly cover them up.
</td>
<td> Hardware </td>
</tr>
<tr>
<th class="name" scope="row">05</th>
<td><strong> Extra Sensory Perception</strong></td>
<td>Design a hardware device that helps you perceive your surroundings better for specially abled people.
</td>
<td> Hardware </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<!-- End of Problem Statements Theme Wise -->
</section>
<!-- Start brand Area -->
<section class="brand-area section-gap">
<div class="container">
<div class="row logo-wrap">
<a class="col single-img" href="https://www.github.com/devhack2019">
<img class="d-block mx-auto" src="img/github-logo.png" alt="GitHub" style="width:30%">
</a>
</div>
</div>
</section>
<!-- End brand Area -->
<section class="" id="wip">
</section>
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Dev Hack 2019</h6>
<p>
To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be.
</p>
<p class="footer-text">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This website was made with <i class="icon-heart3" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 social-widget">
<div class="single-footer-widget">
<h6>Follow Us</h6>
<div class="footer-social d-flex align-items-center">
<a href="https://www.facebook.com/DevHack2019/"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>