-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (280 loc) · 21.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="icon" href="./icon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NM9XKSJ88B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NM9XKSJ88B');
</script>
<!---Bootstrap--->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!--//Bootstrap-->
<!--fafa-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--//fafa-->
<!--style-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--//style-->
<!--FOntAwesome-->
<link href="./assets/fontawesome-free-5.15.1-web/css/fontawesome.css" rel="stylesheet">
<link href="./assets/fontawesome-free-5.15.1-web/css/brands.css" rel="stylesheet">
<link href="./assets/fontawesome-free-5.15.1-web/css/solid.css" rel="stylesheet">
<!--//FontAwesome-->
<!--Plugin-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="github-activity-0.1.5.min.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="github-activity-0.1.5.min.js"></script>
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"/>
<!--//Plugin-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container clearfix">
<img class="profile-image img-fluid float-left rounded-circle" src="assets/images/profile.jpg" alt="profile image" />
<div class="profile-content float-left">
<h1 class="name">Rishav Sharma</h1>
<h2 class="desc">Computer Engineering Student</h2>
<ul class="social list-inline">
<li class="list-inline-item"><a href="https://twitter.com/RishavS49426094" target="_blank"><i class="fab fa-twitter fa-2x"></i></a></li>
<li class="list-inline-item"><a href="https://linkedin.com/in/rishav-sharma-6b2152176/" target="_blank"><i class="fab fa-linkedin fa-2x" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/flarsu" target="_blank"><i class="fab fa-github-alt fa-2x"></i></a></li>
<!-- <li class="list-inline-item"><a href="https://kaggle.com/srishav" target="_blank"><i class="fab fa-kaggle fa-2x"></i></a></li> -->
</ul>
</div><!--//profile-->
<a class="btn btn-cta-primary float-right" href="#contact" ><i class="fas fa-paper-plane"></i> Contact Me</a>
<a class="btn btn-cta-primary float-right" href="https://drive.google.com/file/d/13vIYOFIeHaw_3q5gSuEtIcVkxypCeY3-/view?usp=sharing" target="_blank"><i class="fa fa-download"></i> Resume</a>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-lg-8 col-12">
<section class="about section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I am a curious and visionary Deep Learning Researcher, currently working with the Generative Adversarial Networks, a fast and quiet emerging deep learning field. I am also well equipped with Algorithms and Data Structure's knowledge in addition to that I also have good experience with web development. My active participation in Hackathons adds on to my profile.
</p>
<p>Open for all kind of Research and SDE Internship roles. <i class="fa fa-smile"></i></p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="latest section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Latest Projects</h2>
<div class="content">
<div class="item featured text-center">
<div class="featured-image has-ribbon">
<a href="https://github.com/flarsu/Sat2Map" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/spec_img.png" alt="project name" />
</a>
<div class="ribbon">
<div class="text">New</div>
</div>
</div>
<h3 class="title mb-3"><a href="#" target="_blank">Denoise</a></h3>
<div class="desc text-left">
<p> We all have that single problem while a online confrence , the background noise which degrades your experience of the confrence.This project filters a noisy sound to a denoised sound where only speakers voice is heard, as of now this is in building stage and not realtime.
It uses a Generative model to filter the noisy input audio.For training this model we have used a AeGAN(Acoustic Enhanancement GAN) which was inspired form a research paper.
<br>
<a href="#"><i class="fa fa-external-link-alt"></i>Upcoming Project</a> </p>
</div><!--//desc-->
</div><!--//item-->
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/flarsu/Sat2Map" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/pix2pix.jpg" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://flarsu.github.io/mars-and-spaceship/" target="_blank">Sat2Map-Satalite Image to Map Image Converter</a></h3>
<p class="mb-2">This project uses Generative Adversarial Networks a newly emerging field in <b>Deep Learning</b>.This project converts a Satellite image to Map image.
Pix2Pix GAN is used in the project, this can be considered as a Supervised Learning method as it is a Paired Image to Image translation
which is trained on a dataset of satellite images and target map images. </p>
<p><a class="more-link" href="https://github.com/flarsu/Sat2Map" target="_blank"><i class="fa fa-external-link-alt"></i>Find out more</a></p>
</div><!--//desc-->
</div><!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://flarsu.github.io/mars-and-spaceship/" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/tic.jpg" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://flarsu.github.io/mars-and-spaceship/" target="_blank">Tic-Ta-Toe</a><i class="fab fa-js"></i><i class="fab fa-html5"></i><i class="fab fa-css3"></i></h3>
<p class="mb-2">A basic Tic-Tac-Toe game using JavaScript ,built for playing against Computer as well as Friends.Computer use Minimax algorithm for playing which chooses best move for the computer to play.Minimax algorithm is a two player algorithm which finds a best move against any of the opponent's.Alpha-Beta Pruning is also used for optimizing the Minimax Algorithm. </p>
<p><a class="more-link" href="https://github.com/flarsu/mars-and-spaceship/" target="_blank"><i class="fa fa-external-link-alt"></i>Find out more</a></p>
</div><!--//desc-->
</div><!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/flarsu/SIH2020_IC474_The_Pack_GitRepository_MLRIT" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/eureka.jpg" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/flarsu/SIH2020_IC474_The_Pack_GitRepository_MLRIT" target="_blank">Eureka-Education made Easy</a><i class="fab fa-python"></i><i class="fab fa-node-js"></i><i class="fab fa-microsoft"></i></h3>
<p class="mb-2">An all-in-one Educational platform webapp which won my team the 1'st position in Smart India Hackathon 2020.Main features of this app are Questions generation from text provided ,text to summary and Language translation .</p>
<p><a class="more-link" href="https://github.com/flarsu/SIH2020_IC474_The_Pack_GitRepository_MLRIT" target="_blank"><i class="fa fa-external-link-alt"></i>Find out more</p>
</div><!--//desc-->
</div><!--//item-->
</div><!--//content-->
<a class="btn btn-cta-secondary" href="https://github.com/flarsu" target="_blank">More on GitHub <i class="fas fa-chevron-right pt-1"></i></a>
</div><!--//section-inner-->
</section><!--//section-->
<section class="experience section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Work Experience</h2>
<div class="content">
<!-- <div class="item">
<h3 class="title">Heading <span class="place"><a href="#">Sub-Heading</a></span> <span class="year">Time Span</span></h3>
<p>Description</p>
</div> -->
For now my Experience lies in my Projects. Please go see my projects on <a href="https://github.com/flarsu/"><b><i>Github</i></b></a>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="github section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">My GitHub</h2>
<h5 style="margin:1em"><b><i>GitHub Calendar</i></b></h5>
<div id="calendar" class="calendar">
</div><!--//calendar-->
<h5 style="margin:1em"><b>GitHub Ativity</b></h5>
<div id="ghfeed" class="ghfeed">
</div><!--//ghfeed-->
</div><!--//secton-inner-->
</section><!--//section-->
</div>
<div class="secondary col-lg-4 col-12">
<aside class="info aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-map-marked-alt"></i><span class="sr-only">Location:</span>Pune, India</li>
<li><i class="fa fa-envelope"></i><span class="sr-only">Email:</span><a href="#">[email protected]</a></li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//aside-->
<aside class="education aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-user-graduate"></i> BE Computer Engineering</h3>
<h4 class="university">Army Institute of Technology<span class="year">(2018-2022)</span></h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="skills aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Skills</h2>
<div class="content">
<div class="skills">
<button type="button" class="btn btn-success">Python3</button>
<button type="button" class="btn btn-info">C++</button>
<button type="button" class="btn btn-primary">PyTorch</button>
<button type="button" class="btn btn-warning">TensorFlow</button>
<button type="button" class="btn btn-info">Keras</button>
<button type="button" class="btn btn-danger">Algorithms</button>
<button type="button" class="btn btn-primary">OpenCv</button>
<button type="button" class="btn btn-info">Numpy,Pandas, Matplotlib</button>
<button type="button" class="btn btn-danger">Computer Vission</button>
<button type="button" class="btn btn-warning">GANs</button>
<button type="button" class="btn btn-success">NLP</button>
<button type="button" class="btn btn-dark">Flask</button>
</div>
<div class="skillset">
<!--
<div class="item">
<h3 class="level-title">Python & Django<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="You can use the tooltip to explain more about your skill level..."><i class="fas fa-info-circle"></i>Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="96%">
</div>
</div>
</div> -->
<p><a class="more-link" href="https://github.com/flarsu/"><i class="fas fa-external-link-alt"></i>More on GitHub</a></p>
</div>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="education aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Achievements</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-trophy"></i> Smart India Hackathon 2020</h3>
<h4 class="university">Winners<span class="year">August 2020</span></h4>
</div><!--//item-->
<div class="item">
<h3 class="title"><i class="fas fa-trophy"></i> Pitney Bowes Industrial Hackathon</h3>
<h4 class="university">Winners<span class="year">October 2019</span></h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="blog aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Research Papers</h2>
<div id="rss-feeds" class="content">
<p>....comming up this month.... <i class="fas fa-smile-wink fa-2x "></i> </p>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="list music aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Courses</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Neural Networks and Deep Learning</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">HyperParameter Tuning and optimizationin Neural Networks</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Convolutional Neural Networks</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Sequence Models/ Recurrent Neural Networks</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Build Basic Generative Adversarial Networks</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Build Better Generative Adversarial Networks</a></li>
<li><i class="fa fa-graduation-cap"></i> <a href="https://linkedin.com/in/rishav-sharma-6b2152176/">Apply Generative Adversarial Networks</a></li>
<p style="color:rgb(96, 137, 184)">These all are Coursera provided courses. For proof Certificates proceed to my <a href="https://linkedin.com/in/rishav-sharma-6b2152176/"> <b>LinkedIn</b> </a> profile </p>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside id="contact" class="list conferences aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Contact</h2>
<div class="content">
<h4>Lets Connect.Say Hi <i class="fas fa-smile-wink fa-2x "></i></h4>
<a href="https://linkedin.com/in/rishav-sharma-6b2152176/" target="_blank"><i class="fab fa-linkedin fa-2x" aria-hidden="true"></i></a>
<a href="https://twitter.com/RishavS49426094" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href=""><i class = "fab fa-facebook fa-2x"></i></a>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<script>
GitHubActivity.feed({
username: "flarsu", selector: "#ghfeed",});
// GitHubCalendar(".calendar", "flarsu");
// or enable responsive functionality:
GitHubCalendar(".calendar", "flarsu", { responsive: true });
// Use a proxy
// username ="flarsu"
// GitHubCalendar(".calendar", "flarsu", {
// proxy (username) {
// return fetch(`https://your-proxy.com/github?user=${username}`)
// }
// }).then(r => r.text())
</script>
</body>
</html>