-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
395 lines (360 loc) · 19.2 KB
/
index.html
File metadata and controls
395 lines (360 loc) · 19.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Heet's WorkSpace</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Heet Shah</h1>
<h2>Problem Solving | Data Structures and Algorithms | AI | DevOps | Computer Vision | Natural Language Processing</h2>
<a href="./images/Resume.pdf" class="btn-rounded-white" target="_blank">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p class="align">
I'm Heet, a Computer Science Graduate from Nirma University 2021. Currently passionate about Software Development, AI - Machine Learning and Deep Learning, Problem Solving - Competitive Coding problems, and Full Stack Development.
<br><br>
With having a profound interest and experience, some of the key skills and concepts that I am passionate in:
<br>
<ul>
<li> Competitive Coding - Problem Solving </li>
<li> Backend coding </li>
<li> Machine Learning </li>
<li> Artificial Neural Network (ANN) </li>
<li> Convolutional Neural Network (CNN) </li>
<li> Recurrent Neural Network (Uni and Bi -directional), Long short term memory(LSTM), Gated Recurrent Unit(GRU) </li>
<li> Transformers(BERT/RoBERTa/Distill BERT) </li>
<li> End to End Applications </li>
<li> ELK Stack - ElasticSearch Logstash Kibana - (NOSQL) </li>
<li> SQL </li>
<li> AWS </li>
<li> Bootstrap </li>
<li> React JS </li>
<li> Flask </li>
</ul>
Want to explore things in-depth and make an impact in society with a personal advancement as well.
<!-- I'm Heet, a Computer Science Undergraduate student from Nirma University. Currently passionate about AI - Machine Learning and Deep Learning and Solving Competitive Coding problems. With having a profound interest and experience, some of the key concepts knowledge consist of - Artificial Neural Network(ANN), Convolutional Neural Network(CNN), Recurrent Neural Network(Uni and Bi -directional), Long short term memory(LSTM), Gated Recurrent Unit(GRU), State of Art Transformers(BERT/RoBERTa/Distill BERT), Semi-supervised and self-supervise learning models(Meta Agnostic Meta Learning) etcetra. One of the most Aspiring thing about machines are we can teach them to learn a generalized things and able to surplus human level performance for the social benefits.
<br><br>
Moreover, have an experience in the development part as well using HTML, CSS, JavaScript, BootStrap, React, Flask, Fast-API, and other development frameworks. Interested in building end-to-end applications like having raw form data to a user-friendly application. Want to explore thing in-depth and make an impact in the society with a personal advancement as well. -->
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="January 2021 – Present">
<h3>Crest Data Systems</h3>
<h4>Software Development Intern | <a href="./images/CDS_certi.pdf" target="_blank">Letter of Work</a></h4>
<p class="hover-item">
<ul>
<li>The project is to Migrate ELK (Elasticsearch stack) server data to the Splunk server and automate the migration process with just one click.</li>
<li>To enhance one of the production tools to satisfy the criteria and add the necessary features.</li>
</ul>
</p>
</div>
<div data-date="December 2019 – June 2020">
<h3>MediTab Software Pvt. Ltd. (Dosepack India LLP.)</h3>
<h4>AI Research Intern | <a href="./images/Dosepacker.pdf" target="_blank">Letter of Work</a></h4>
<p class="hover-item">
<ul>
<li>The project includes the Automation of seal packing - the building of ML-DL prototype that can identify pills-different types of tabs inside the box, how many pills are there, location of those pills, classification, and masking those pills.</li>
<li>The tedious task is to form a Generalized Feature Extractor that can adapt new classes Dynamically atrun time.</li>
</ul>
</p>
</div>
<div data-date="June 2020 – August 2020">
<h3>Infivolve Inc.</h3>
<h4>Software Developement Engineering (SDE) Intern | <a href="./images/Infivolve.pdf" target="_blank">Letter of Work</a></h4>
<p>
<ul>
<li>The task is to construct a reliable virtual Exercise Trainer that can classify different exercises in Real-time, identify body key points and pose estimation, tell about the dominant part of the body, and give proper feedback according to analysis and correct it.</li>
<li>Construct exercise testing and analysis environment using Flask, HTML, CSS, Javascript, and python.</li>
</ul>
</p>
</div>
<div data-date="March 2020 –">
<h3>Scaler Academy - InterviewBit</h3>
<h4>Campus Lead | Non-Tech | Part time | <a href="./images/Joining_letter_Scaler.pdf" target="_blank">Joining Letter</a> | <a href="./images/Campus_Lead_Scaler_Achiever.pdf" target="_blank">Letter of Work</a></h4>
<p>
<ul>
<li>Scaler Academy has one goal to make a user-friendly environment for coding on different campuses.</li>
<li>Being the part of the scaler achiever club, the responsibility is to make awareness of the activity driven by the finest product of an InterviewBit, Coding competitions awareness in the campus and organization and promote the events based on the Scaler club.</li>
</ul>
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Insitute of Technology, Nirma University</h3>
<span class="education-date">July 2017 - expected May 2021</span>
<h4>Bachelor of Computer Science and Engineering</h4>
<p class="align">
Major Courses: Applied Mathematics - Cloud Computing - Computer Networking - Computer Organization - Data Mining - Data Structure and Algorithms- Database Management - Mathematical Foundation for Computer Science - Object Oriented Programming - Operating System
</p>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>E-learning courses and cerificates</h3>
<span class="education-date"></span>
<h4></h4>
<ul>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/P3RXPQVN4LXB" target="_blank"><font color="#336d88">Divide and Conquer, Sorting and Searching, and Randomized Algorithms</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/BMNAPNEDJMVE" target="_blank"><font color="#336d88">Web UI Frameworks and Tools: Bootstrap 4</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/DVVDRFX6SRUH" target="_blank"><font color="#336d88">Web Development with React</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/PUZ2Q84787ZH" target="_blank"><font color="#336d88">Introduction to Machine Learning By Stanford University</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/YTWUYMNV645M" target="_blank"><font color="#336d88">Neural Network and Deep Learning</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/RVHJC8YRLBRK" target="_blank"><font color="#336d88">Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/G6CDQ4YYADHJ" target="_blank"><font color="#336d88">Convolutional Neural Networks</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/TZRSU4ZN5FBT" target="_blank"><font color="#336d88">Sequence Models</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/C3YUGFDY67TL" target="_blank"><font color="#336d88">Structuring Machine Learning Projects</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/specialization/RG53G9C7PS6D" target="_blank"><font color="#336d88">Deep learning Specialization</font></a>
</li>
<li>
<a href="https://www.coursera.org/account/accomplishments/verify/X22EBHGNZVGV" target="_blank"><font color="#336d88">AWS Fundamentals: Going Cloud-Native</font></a>
</li>
</ul>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Key Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/project1.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Automated Human Embryo Grading System</h3>
<p>
IVF (Invitro fertilization) process includes its own tedious Grading in the span of 5 days by Embryologist, Specially it is varied from person to person depending upon individual's perspectives of grading methodology. From this motivation the aim is to make generalized and robust Embryo Grading System using raw video data.
</p>
<!--<a href="#">View Project</a>-->
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project2.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Kinship Relationships Identifier</h3>
<p>
Constructive Ensemble model that can predict whether given two images are in blood relation or not.
</p>
<!--<a href="#">View Project</a>-->
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project4.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Featured Photoshop Portal</h3>
<p>
- Project involves, GANs (Generative Adversial Networks), to Dehaze and enhance picture quality of blurred, foggy and noisy images at the core side, with filtered views like Vintage, Sin city, Pinhole, clarity etc.<br>
- Photos can be tagged, downloaded, with all types of ordinary effects and filters.
</p>
<!--<a href="#">View Project</a>-->
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images/project3.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Segment Text part of Toxicity</h3>
<p>
- The simple yet explorable project we all know is Sentiment Classification from the text, But more importantly, need to understand that which part of the text is affecting the end results.<br>
- The project involves the extraction of results affecting parts of the text using BERT / ROBERTA Models.
</p>
<!--<a href="#">View Project</a>-->
</div>
<!-- End .project-info -->
</div>
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<!-- <li>C</li>
<li>Java</li>
<li>Python</li>
<li>Machine Learning</li>
<li>Deep Learning</li>
<li>Tensorflow</li>
<li>Keras</li>
<li>PyTorch</li>
<li>Image Processing</li>
<li>NLP</li>
<li>Data Analyst</li>
<li>JavaFX</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScipt</li>
<li>BootStrap</li>
<li>React</li>
<li>Git</li>
<li>AWS</li>
<li>Matlab</li>
<li>JDBC</li>
<li>SQL</li>
<li>Flask</li>
<li>Heroku</li>
<li>Linux</li> -->
<li>
<h3 >Interest</h3>
<ul>
<p>Artificial Intelligence, ML-DL, Backend coding, Frontend, Web devlopement, UI/UX, Full Stack Developer, Open source</p>
</ul>
<h3>Languages</h3>
<ul>
<p>C, Java, Python, Octave, Matlab, HTML, CSS/SCSS, Javascript, Bash-Shell Scripting</p>
</ul>
<h3>Tools/Frameworks</h3>
<ul>
<p>REST API, ElasticSearch stack (ELK), Numpy, Pandas, Tensorflow, Keras, Pytorch, Matplotlib, Sklearn, AWS, Git, Flask, Heroku, SQL, Node JS, Bootstrap, React, OpenCV, Jira, Confluence, Bitbucket, Linux, JavaFX, Swing</p>
</ul>
<h3>Soft Skills</h3>
<ul>
<p>Leadership, Public Speaking, Initiative, Positive thinking, Can do Attitude, Fast Learner</p>
</ul>
</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/heetshah221@gmail.com">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2020 Heet Shah
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://www.linkedin.com/in/heet-shah-16338515b/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/heet2201" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>