@@ -38,109 +38,41 @@ <h2>Mehul Kumar Nirala</h2>
38
38
</ div >
39
39
< div class ="second ">
40
40
< div class ="fixed-content ">
41
- < h1 > About Me </ h1 >
42
- < p > 4th year undergraduate in the Department of Computer Science and Engineering pursuing Bachelor of Technology at Indian Institute of Technology Kharagpur. My interests primarily lie in the areas of Deep Learning in Computer Vision .</ p >
41
+ < h1 > Machine Learning & Artificial Intelligence </ h1 >
42
+ < p > Some of my computer vision and ML works .</ p >
43
43
</ div >
44
44
</ div >
45
45
46
- < section class ="colorlib-about " data-section ="about ">
47
- < div class ="container ">
48
- < div class ="row ">
49
- < script type ="text/javascript ">
50
- var domains = [ "Software Development" , "Web Designing" , "Android Applications" , "Machine Learning" ] ;
51
- var icons = [ "desktop" , "code" , "android" , "user" ] ;
52
- var urls = [ "web_projects/index.html" , "web_projects/index.html" , "web_projects/index.html" , "web_projects/index.html" ] ;
53
- var ids = [ 3 , 4 , 2 , 1 ] ;
54
- for ( let i = 0 ; i < domains . length ; i ++ ) {
55
- var dir = ( ids [ i ] % 2 == 0 ) ? "Right" : "Left" ;
56
- document . write (
57
- '<div class="col-sm-3 animate-box" data-animate-effect="fadeIn' + dir + '">\
58
- <a href="' + urls [ i ] + '" >\
59
- <div class="services color-' + ids [ i ] + '">\
60
- <span class="icon2"><i class="fa fa-' + icons [ i ] + '"></i></span>\
61
- <h3>' + domains [ i ] + '</h3>\
62
- </div>\
63
- </a>\
64
- </div>'
65
- ) ;
66
- }
67
- </ script >
68
- </ div >
69
- </ div >
70
- </ section >
71
-
72
- < br >
73
- < br >
74
-
75
- < section class ="colorlib-skills " data-section ="skills ">
76
- < div class ="colorlib-narrow-content ">
77
- < div class ="row ">
78
- < div class ="col-md-6 col-md-offset-3 col-md-pull-3 animate-box " data-animate-effect ="fadeInLeft ">
79
- < h2 > Skills</ h2 >
80
- < hr >
81
- </ div >
82
- </ div >
83
- < p class ="animate-box " data-animate-effect ="fadeInLeft "> Some of the significant aptitudes which will assist me with achieving your objectives.</ p >
84
- < div class ="container ">
85
- < div class ="row ">
86
- < script type ="text/javascript ">
87
- var skills = [ "C/C++(STL)" , "Python(Flask)" , "React.js" , "Javascript" , "Java/Android" , "MySQL/MongoDB" , "GitHub/Git" , "Robot Operating System(ROS)" ] ;
88
- var value = [ 80 , 85 , 70 , 80 , 60 , 60 , 90 , 60 ] ;
89
- for ( let i = 0 ; i < skills . length ; i ++ ) {
90
- var dir = ( i % 2 == 0 ) ? "Right" : "Left" ;
91
- document . write (
92
- '<div class="col-md-6 animate-box" data-animate-effect="fadeIn' + dir + '">\
93
- <div class="progress-wrap">\
94
- <h3>' + skills [ i ] + '</h3>\
95
- <div class="progress">\
96
- <div class="progress-bar color-' + ( i + 1 ) + '" role="progressbar" aria-valuenow="' + value [ i ] + '" aria-valuemin="0" aria-valuemax="100" style="width:' + value [ i ] + '%">\
97
- <span>' + value [ i ] + '%</span>\
98
- </div>\
99
- </div>\
100
- </div>\
101
- </div>' ) ;
102
- }
103
- </ script >
104
- </ div >
105
- </ div >
106
- </ section >
107
-
108
- < br >
109
- < br >
110
-
111
46
< section class ="colorlib-experience " data-section ="experience ">
112
47
< div class ="colorlib-narrow-content ">
113
- < div class ="row ">
114
- < div class ="col-md-6 col-md-offset-3 col-md-pull-3 animate-box " data-animate-effect ="fadeInLeft ">
115
- < h2 > Work Experience</ h2 >
116
- < hr >
117
- </ div >
118
- </ div >
119
48
< div class ="container ">
120
49
< div class ="row ">
121
50
< div class ="col-md-12 ">
122
51
< div class ="timeline-centered ">
123
52
< script type ="text/javascript ">
124
- var timeSpan = [ "Jun2019 - July 2019" , "May 2017 - Present" , "May 2019 - August 2019" ] ;
125
- var AT = [ "University of Warwick" , "Kharagpur Robosoccer Student's Group" , "Google Summer of Code<br>Mlpack: a fast, flexible machine learning library" ] ;
126
- var internType = [ "Research Intern" , "Artificial Intelligence Team" , "Open Source Contributor" ] ;
127
- var descriptions = [ "Developing Explainable Artificial Intelligence for Safety Arguments for Autonomous Vehicles" ,
128
- "The research objective is to develop and study cooperative multi-agent systems in highly dynamic adversarial environments." ,
129
- "Contributed in ANN algorithms such as VGG19, LSTM sentiment ananlysis, Time Series Predictions in C++. Also added support for processing of image dataset."
53
+ var AT = [ "Mlpack" , "OpenCV" , "Firefly" , "WikiGenerator" , "WordSequencePredictor" , "PokemonDataset" ] ;
54
+ var internType = [ "Google Summer of Code" , "Computer Vision" , "Self Driving" , "LSTM" , "RNN" , "Autoencoder" ] ;
55
+ var descriptions = [
56
+ "A fast, flexible machine learning library" ,
57
+ "Codes of Open CV in C++ and python." ,
58
+ "Enhancing Object Detection in using Thermal Imaging for thin cross-section unidentifiable objects(eg. cyclist, pedestrians)" ,
59
+ "Generates articles using LSTM -RNN" ,
60
+ "Predicts the next sequence of words given 3 input word sequence" ,
61
+ "Autoencoder implemented for pokemon dataset"
130
62
] ;
131
- var iclass = [ "user " , "code" , "globe "] ;
132
- var color = [ 5 , 1 , 2 ] ;
63
+ var icons = [ "c.png " , "visible.png" , "fire-element.png" , "artificial-intelligence.png" , "inscription.png" , "pikachu-pokemon.png "] ;
64
+ var url = [ "mlpack" , "firefly" , "WikiGenerator-LSTM" , "WordSequencePredictor-RNN" ] ;
133
65
for ( let i = 0 ; i < AT . length ; i ++ ) {
134
66
var dir = ( i % 2 == 0 ) ? "Right" : "Left" ;
135
67
document . write (
136
68
'<article class="timeline-entry animate-box" data-animate-effect="fadeIn' + dir + '">\
137
69
<div class="timeline-entry-inner">\
138
- <div class="timeline-icon color-' + color [ i ] + '">\
139
- <i class="fa fa-' + iclass [ i ] + '"></i >\
70
+ <div class="timeline-icon color-' + ( i % 3 + 1 ) + '">\
71
+ <img src="https://img.icons8.com/color/35/000000/' + icons [ i ] + '"/ >\
140
72
</div>\
141
73
<div class="timeline-label">\
142
- <h2><a href="#">' + AT [ i ] + '</a> <span> ' + timeSpan [ i ] + '</span ></h2>\
143
- <p><strong><a href="# ">' + internType [ i ] + '</a></strong>\
74
+ <h2><a href="https://github.com/MuLx10/' + url [ i ] + '"> ' + AT [ i ] + '</a ></h2>\
75
+ <p><strong><a href="https://github.com/MuLx10/' + url [ i ] + ' ">' + internType [ i ] + '</a></strong>\
144
76
<br> ' + descriptions [ i ] + '</p>\
145
77
<p></p>\
146
78
</div>\
@@ -161,85 +93,6 @@ <h2><a href="#">' + AT[i] + '</a> <span>' + timeSpan[i] + '</span></h2>\
161
93
< div >
162
94
</ section >
163
95
164
- < section class ="colorlib-project " data-section ="project ">
165
- < div class ="colorlib-narrow-content ">
166
- < div class ="row ">
167
- < div class ="col-md-6 col-md-offset-3 col-md-pull-3 animate-box " data-animate-effect ="fadeInLeft ">
168
- < h2 > Projects & Publications</ h2 >
169
- < hr >
170
- </ div >
171
- </ div >
172
- < div class ="container ">
173
- < div class ="row ">
174
- < script type ="text/javascript ">
175
- var domains = [ "Hybrid Path Planner for Efficient Navigation in Urban Road Networks through Analysis of TrajectoryTraces" ,
176
- "LSTMs with Attention for Aggression Detection" ,
177
- "Application of Artificial Intelligence to predict moisture damage of hot mix asphalt mixes" ,
178
- "Potential and Sampling Based RRT Star for Real-Time Dynamic Motion Planning Accounting for Momentum in Cost Function"
179
- ] ;
180
- var ppDomains = [ "This paper proposes an innovative way of finding a route, given the traffic conditions of every edge present in the map." ,
181
- "In this paper, we describe the system submitted for the shared task on Aggression Identification in Facebook posts and comments" ,
182
- "Guided by Prof.Sudeshna Sarkar, Head of the Department, Computer Science and Engineering, IIT Kharagpur. The Paper got acceptedin Proceedings of the Institution of Civil Engineers journal Transport" ,
183
- "The paper revises the cost function to incorporate the dynamics of the obstacles in the environment. Not only the path generated is significantly different but also it is much more optimal and rigid to breakdowns and features faster replanning."
184
- ] ;
185
- var urls = [ "https://www.computer.org/csdl/proceedings-article/icpr/2018/08546101/17D45WrVg6x" ,
186
- "https://arxiv.org/abs/1807.06151" ,
187
- "https://www.icevirtuallibrary.com/doi/abs/10.1680/jtran.18.00083" ,
188
- "https://link.springer.com/chapter/10.1007%2F978-3-030-04239-4_19"
189
- ] ;
190
- var icons = [ "map" , "language" , "road" , "compass" ] ;
191
- var mulx10 = Array . from ( Array ( domains . length ) . keys ( ) ) ;
192
- for ( let i = 0 ; i < domains . length ; i ++ ) {
193
- var dir = ( ids [ i ] % 2 == 0 ) ? "Right" : "Left" ;
194
- document . write (
195
- '<div class="col-md-12 animate-box" data-animate-effect="fadeIn' + dir + '">\
196
- <a href="' + urls [ i ] + '" >\
197
- <div class="services color-' + ( mulx10 [ i ] + 1 ) + '">\
198
- <span class="icon2"><i class="fa fa-' + icons [ mulx10 [ i ] ] + '"></i></span>\
199
- <h3>' + domains [ i ] + '</h3>\
200
- <p>' + ppDomains [ i ] + '</p>\
201
- </div>\
202
- </a>\
203
- </div>'
204
- ) ;
205
- }
206
- </ script >
207
- </ div >
208
- </ div >
209
- </ div >
210
- </ section >
211
-
212
- < section class ="colorlib-carousel " data-section ="carousel ">
213
- < div id ="carouselExampleIndicators " class ="carousel slide " data-ride ="carousel ">
214
- < ol class ="carousel-indicators ">
215
- < script type ="text/javascript ">
216
- var numCarousel = 4 ;
217
- for ( let i = 0 ; i < numCarousel ; i ++ )
218
- document . write (
219
- '<li data-target="#carouselExampleIndicators" data-slide-to="' + i + '"' + ( i == 0 ? ' class="active"' : '' ) + '></li>'
220
- ) ;
221
- </ script >
222
- </ ol >
223
- < div class ="carousel-inner text-center " style ="max-height:600px; ">
224
- < script type ="text/javascript ">
225
- for ( let i = 0 ; i < numCarousel ; i ++ )
226
- document . write (
227
- '<div class="carousel-item ' + ( i == 0 ? 'active' : '' ) + '">\
228
- <img class="w-30" src="img/img' + ( i + 1 ) + '.jpg" alt="Slide' + ( i + 1 ) + '">\
229
- </div>' ) ;
230
- </ script >
231
- </ div >
232
- < a class ="carousel-control-prev " href ="#carouselExampleIndicators " role ="button " data-slide ="prev ">
233
- < span class ="carousel-control-prev-icon " aria-hidden ="true "> </ span >
234
- < span class ="sr-only "> Previous</ span >
235
- </ a >
236
- < a class ="carousel-control-next " href ="#carouselExampleIndicators " role ="button " data-slide ="next ">
237
- < span class ="carousel-control-next-icon " aria-hidden ="true "> </ span >
238
- < span class ="sr-only "> Next</ span >
239
- </ a >
240
- </ div >
241
- </ section >
242
-
243
96
< div class ="footer ">
244
97
< div class ="second ">
245
98
< div class ="fixed-content ">
0 commit comments