-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
176 lines (156 loc) · 7.7 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
<!DOCTYPE HTML>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103889477-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103889477-1');
</script>
<link rel="shortcut icon" href="favicon.ico" />
<title>Road Safety Index (RSI)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><img src="logo3.gif" align="left" style="float: left; padding-right: 10px;" ><a href="./index.html">Road Safety Index (RSI) <span>by <a href="https://yaki29.github.io/">Yash Jain</a></span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="./final_marker/map.html">Map</a></li>
<li><a href="challenges.html">Challenges</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>Road Safety Index</h1>
<p>We Believe in keeping you Safe<br /></p>
</header>
<a href="./final_marker/map.html" class="button big scrolly">Show the Map</a>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<!-- 2 Columns -->
<div class="flex flex-2">
<div class="col col1">
<div class="image round fit">
<!-- <a href="generic.html" class="link"> -->
<img src="images/life.jpg" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>Who are we?</h3>
<p><strong>More than 1 million people die in road traffic accidents each year. Road Safety Index tells you the road’s vulnerability score to accidents, hence you can choose your way accordingly. It might save thousands of lives one day.</strong></p>
<p><strong>Road Safety Index (RSI) is a program based on a machine learning algorithm that predicts how vulnerable is a road to accidents. It is trained in a way that it predicts the vulnerability using a 'training dataset' consisting of 500(regularly increases as the survey grows) images from India and their scores for vulnerability obtained from survey. It differentiates images with the help of various image features (or attributes), which represent the image's textures, colors and shapes. To predict the vulnerability of a new image, RSI decomposes this image into features and assign the image a score based on the associations between features and scores learned from the training dataset.</strong></p>
<!-- <a href="#" class="button">Learn More</a> -->
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style2">
<div class="inner">
<div class="flex flex-2">
<div class="col col2">
<h3>Connect With Us</h3>
<p><strong>It is useful for social researchers and can be a source for data to compare the computer generated and practical data. Scientist can analyze the accidents and scores generated by this algorithm</strong></p>
<p><strong>Don’t hesitate to upload images of roads not in India. It would just make our algorithm better.</br>
<a href="https://goo.gl/forms/thUoLt4tUUYxh4Zw2" style="background-color:#00ccff"><strong><u>Help us making RSI better</u></strong></a></br>
<a href="https://goo.gl/forms/0QX64NMjFMp69lOv1" style="background-color:#00ccff"><strong><u><u>Add your own point on the map </u></u></strong></a></br>
RSI can misbehave when it gets an image to test which is unknown to it, means similar type of image is not available in the training dataset. It is because it is not trained for that sort of images. To make it more and more accurate and robust regularly, click on the above link and help us make it better. </strong></p>
<a href="./Data.zip" class="button icon fa-download">Download Data</a>
</div>
<div class="col col1 first">
<div class="image round fit">
<!-- <a href="generic.html" class="link"> -->
<img src="images/way.jpg" alt="" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2>Road Safety Index Range Criteria</h2>
<p><strong>Classification of Streets with their RSIs</strong></p>
</header>
<div class="flex flex-3">
<div class="col align-center">
<div class="image round fit">
<img src="./high.jpg" alt="" />
</div>
<p><strong>High RSI<br>Highways, Properly maintained Roads<br>RSI : 8-10</strong></p>
<!-- <a href="#" class="button">Learn More</a> -->
</div>
<div class="col align-center">
<div class="image round fit">
<img src="Moderate.jpg" alt="" />
</div>
<p><strong>Moderate RSI<br>Empty roads with fewer people and vehicles<br>RSI : 4-6</strong></p>
<!-- <a href="#" class="button">Learn More</a> -->
</div>
<div class="col align-center">
<div class="image round fit">
<img src="low.jpg" alt="" />
</div>
<p><strong>Low RSI<br>Narrow streets with crowd, pits etc.<br>RSI : 1-3</strong></p>
<!-- <a href="#" class="button">Learn More</a> -->
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style2">
<div class="inner">
<div class="col col2">
<h3 align="center"><strong>Yash Jain<br><h6>(Founder)</h6></strong></h3>
<p><strong>
<div class="align-center icon fa-envelope-o"> <a href="mailto:[email protected]"><strong><u> [email protected]</u></strong></a></div>
<div class="align-center icon fa-map-marker"> B-14, Haribhau Upadayay Nagar, </br> Radha Vihar, Ajmer</div>
<div class="align-center icon fa-phone"> +91 9414419320</div>
</strong>
</p>
<div><p align="center"><a href="./resume.pdf" class="button">Resume</a></p></div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCeElTf1vIoY8a1LTIIB82Ng" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://github.com/RoadSafetyIndex" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Instagram</span></a></li>
<!-- <li><a href="#" class="icon fa-snapchat"><span class="label">Snapchat</span></a></li> -->
</ul>
<p><strong>© All rights reserved. Design: <a href="https://yaki29.github.io/"><u><strong>Yash Jain</strong></u></a></strong></p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>