-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (437 loc) · 17.9 KB
/
index.html
File metadata and controls
472 lines (437 loc) · 17.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/styles.css" />
<!-- =====BOX ICONS===== -->
<link
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css"
rel="stylesheet"
/>
<title>Pranav Pathare • Software Developer</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<span class="nav__logo">Pranav Pathare</span>
</div>
<div class="nav__menu" id="nav">
<ul class="nav__list">
<li class="nav__item"></li>
<li class="nav__item">
<a href="#about" class="nav__link active">About</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">Skills</a>
</li>
<li class="nav__item">
<a href="#work" class="nav__link">Work</a>
</li>
<li class="nav__item">
<a href="#codingprofiles" class="nav__link">Coding Profiles</a>
</li>
<li class="nav__item">
<a href="#achievements" class="nav__link">Achievements</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<div class="bg__full">
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">
Hi,<br />I'm Pranav Pathare<i class="bx bx-code-alt"></i><br />
An Aspiring Software Developer.
</h1>
</div>
<div class="home__social">
<a
href="mailto: pranavpathare1111@gmail.com"
class="home__social-icon"
><i class="bx bx bx-mail-send"></i
></a>
<a
href="https://www.linkedin.com/in/pranavpathare/"
target="_blank"
class="home__social-icon"
><i class="bx bxl-linkedin-square"></i
></a>
<a
href="https://github.com/Pranavpathare"
target="_blank"
class="home__social-icon"
><i class="bx bxl-github"></i
></a>
</div>
</section>
</div>
<!--===== ABOUT =====-->
<section class="about section" id="about">
<h2 class="section-title">About Me</h2>
<div class="about__container bd-grid">
<div>
<!-- <h2 class="about__subtitle">Hello, I'm Pranav Pathare, an Aspiring Backend Software Engineer.</h2> -->
<p class="about__text">
I'm a Computer Science Junior at Symbiosis Institute of
Technology.<br />I'm Proficient in Backend Web Development &
Applied Machine Learning and have Work Experience in the same.<br />I
have a strong focus on writing Clean, Optimal Code and interest in
Designing Scalable Applications.<br />I'm proficient in Python,
Java and SQL.<br />I'm a Detail Oriented, Creative, Well-organized
team player with strong Communication and Analytical abilities.
</p>
<a
class="resume_icon codingprofiles__icon"
href="./resume_pranavpathare.pdf"
download
>Resume <i class="bx bxs-download"></i
></a>
</div>
</div>
</section>
<!--===== EDUCATION =====-->
<section class="edu section">
<h2 class="section-title">Education</h2>
<div class="edu__container bd-grid">
<div class="edu__comp">
<div class="edu__duration">Jul 2018 - Present - Jul 2022</div>
<div class="edu__college">Symbiosis Institute of Technology</div>
<div class="edu__degree">B.Tech Computer Science</div>
<div class="edu__grade"></div>
</div>
<div class="edu__comp">
<div class="edu__duration">2016 - 2018</div>
<div class="edu__college">Akshara International School</div>
<div class="edu__degree">Senior Secondary</div>
<div class="edu__grade">Merit: 93.4%</div>
</div>
<div class="edu__comp">
<div class="edu__duration">2015 - 2016</div>
<div class="edu__college">Indira National School</div>
<div class="edu__degree">Secondary</div>
<div class="edu__grade">CGPA: 10/10</div>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<div class="bg__full">
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills__container bd-grid">
<div class="skill__box">
<div class="skills__subtitle">Languages</div>
<span class="skills__data">Python</span>
<span class="skills__data">Java</span>
<span class="skills__data">Javascript</span>
</div>
<div class="skill__box">
<div class="skills__subtitle">Databases</div>
<span class="skills__data">MySQL</span>
<span class="skills__data">PostgreSQL</span>
<span class="skills__data">MongoDB</span>
<span class="skills__data">ElasticSearch</span>
</div>
<div class="skill__box">
<div class="skills__subtitle">Frameworks & Libraries</div>
<span class="skills__data">Flask</span>
<span class="skills__data">FastAPI</span>
<span class="skills__data">Django</span>
</div>
<div class="skill__box">
<div class="skills__subtitle">Machine Learning Stack</div>
<span class="skills__data"
>Tensorflow | Scikit-learn | Pandas</span
><br />
<span class="skills__data">Model Deployment</span>
</div>
</div>
<div class="skill__box">
<div class="skills__subtitle">Others</div>
<span class="skills__data">Data Structures & Algorithms</span>
<span class="skills__data">Clean & Optimal Code</span><br />
<span class="skills__data">REST API</span>
<span class="skills__data">Git</span>
<span class="skills__data">AWS EC2 | ECS | S3</span>
<span class="skills__data">HTML/CSS</span>
</div>
</section>
</div>
<!--WORK EXP-->
<section class="workex section" >
<h2 class="section-title">Work Experience</h2>
<div class="workex__container bd-grid">
<div class="workex__comp">
<div class="workex__position">Python Developer Intern</div>
<div class="workex__company">Frshr Technologies</div>
<div class="workex__date">
<i class="bx bx-calendar"></i> July 2020 – October
2020 <i class="bx bxs-map"></i>
Bangalore – WFH
</div>
<p class="workex__text">
● Implemented transfer learning-based neural network for quick detection of retinal disorders in rural camps.<br />
● Achieved 76% Sensitivity Score, using aggregated datasets of Size 35+ GB.<br />
● Deployed Flask REST APIs for fetching model predictions on Linux EC2 instance.<br />
● Developed 86% accurate semantic search REST API using TensorFlow BERT embeddings and ElasticSearch.
</p>
</div>
<div class="space" style="padding: 20px"></div>
<div class="workex__comp">
<div class="workex__position">Data Science Intern</div>
<div class="workex__company">Helto Technologies</div>
<div class="workex__date">
<i class="bx bx-calendar"></i> May 2020 – July
2020 <i class="bx bxs-map"></i>
Hyderabad – WFH
</div>
<p class="workex__text">
● Implemented 93% accurate regression techniques to predict ML model scores without explicit training.<br />
● Applied statistical and matrix transforms to derive features for regression models.<br />
● Executed simulation algorithms to visualize best fit hyperplanes using SimPy library.
</p>
</div>
</div>
</section>
<!--===== WORK =====-->
<div class="bg__full" id="work">
<section class="work section" id="work">
<h2 class="section-title">Work</h2>
<div class="work__container bd-grid">
<div class="work__img">
<a href="http://65.0.102.229:5000/">
<img src="assets/img/audoise.png" alt="" />
</a>
</div>
<div class="work__img">
<a href="https://pypi.org/project/sdrecommender/">
<img src="assets/img/SDRecommender.png" alt="" />
</a>
</div>
<div class="work__img">
<a href="">
<img src="assets/img/healthnomics.png" alt="" />
</a>
</div>
<div class="work__img">
<a href="https://github.com/Pranavpathare/pranavpathare.github.io">
<img src="assets/img/portfolio.png" alt="" />
</a>
</div>
<div class="work__img">
<a href="">
<!-- <img src="assets/img/scrole.png" alt="" /> -->
</a>
</div>
<div class="work__img">
<!-- <img src="assets/img/work6.jpg" alt="" /> -->
</div>
</div>
</section>
</div>
<!--==== CODING PROFILES =====-->
<section class="codingprofiles section" id="codingprofiles">
<h2 class="section-title">Coding Profiles</h2>
<div class="codingprofiles__container bd-grid">
<a
href="https://leetcode.com/pranav_1015/"
target="_blank"
class="codingprofiles__icon"
>LeetCode <i class="bx bxs-chevrons-right"></i
></a>
<a
href="https://www.codechef.com/users/pranav_1015"
target="_blank"
class="codingprofiles__icon"
>CodeChef <i class="bx bxs-chevrons-right"></i
></a>
<a
href="https://github.com/Pranavpathare"
target="_blank"
class="codingprofiles__icon"
> Github
<i class="bx bxs-chevrons-right"></i> </a
>
</div>
</section>
<!--==== ACHIEVEMENTS =====-->
<div class="bg__full">
<section class="achievements section" id="achievements">
<h2 class="section-title">My Achievements</h2>
<div class="achievements__subtitle">
Hackathons & Coding Competitions
</div>
<div class="achievements__container bd-grid">
<p class="achievement__text">Aug 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b>Winner</b> : Zeta Hacks3.0
</div>
<p class="achievement__text">
Out of <i>6000 </i>+ Teams | Stack: Java, Spring, MySQL, AWS RDS, Algorithms
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Aug 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b>Global Rank 38</b> : ACM ICPC Regionals Amritapuri
</div>
<p class="achievement__text">
Out of <i>3500 </i>+ Teams | Stack: Python, Algorithms, Competitive Coding
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Aug 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> Global Rank 90</b> : Amazon Machine Learning Challenge
</div>
<p class="achievement__text">
Out of <i>1200 </i>+ Teams | Stack: Python, Spacy, Tensorflow, HuggingFace, AWS Sagemaker
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">July 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> First Runner Up</b> : Bajaj Hackrx2.0 National Hackathon
</div>
<p class="achievement__text">
Out of <i>2500 </i>+ Teams | Stack: Java, OpenCV, AWS EC2, AWS S3
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">June 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> Second Runner Up</b> : Major League Hacking HackOn2.0 Hackathon
</div>
<p class="achievement__text">
Out of <i>2000 </i>+ Teams | Stack: Python, FastAPI, MongoDB
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">May 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>Google Kickstart - Round C: Global Rank <b>356</b>
</div>
<p class="achievement__text"></p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Feb 2021</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> Top 12 Finalist</b> : Atlassian App Development Hackathon
</div>
<p class="achievement__text">
Out of <i>650 </i>+ Teams | Stack: Python, Flask, MySQL
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">2020</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>Google Kickstart - Round H: Rank 1079
| Round G: Rank 1403
</div>
<p class="achievement__text"></p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Oct 2020</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>Codechef Cookoff Challenge: Global
Rank <b>63</b>
</div>
<p class="achievement__text">Out of 8k participants</p>
<div class="btpad"></div>
<p class="achievement__text">Sep 2020</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> Top 5 Finalist</b> : Smart India Hackathon
</div>
<p class="achievement__text">Stack: Python, Tensorflow, Selenium</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Feb 2020</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> First Runner Up</b> : Syngenta Game of Codes Hackathon
</div>
<p class="achievement__text">
Out of <i>50 </i>+ Teams | Stack: Python, OpenCV
</p>
<div style="padding-bottom: 40px"></div>
<p class="achievement__text">Dec 2019</p>
<div class="achievementcomp">
<i class="bx bx-trophy"></i>
<b> First Runner Up</b> : Tata Motors AI Hackathon
</div>
<p class="achievement__text">
Out of <i>450 </i>+ Teams | Stack: Flask, ML
</p>
<div style="padding-bottom: 40px"></div>
</div>
<div class="achievements__subtitle">ExtraCurricular</div>
<div class="achievements__container bd-grid">
<p class="achievement__text">Jun 2020</p>
<div class="achievementcomp">
<i class="bx bxs-bookmark-star"></i>
<b> AIR 59</b> : National Creativity Aptitude Test 2020
</div>
</div>
</section>
</div>
<!--===== CONTACT =====-->
<section class="contact section" id="contact">
<h2 class="section-title">Let's talk.</h2>
<div class="contact__container bd-grid">
<a
href="mailto: pranavpathare1111@gmail.com"
class="contact__mailicon"
><i class="bx bx bx-mail-send"></i
></a>
<a href="tel: 918830499457" class="contact__mailicon"
><i class="bx bxs-phone-call"></i
></a>
<span class="contact__details">pranavpathare1111@gmail.com</span>
<span class="contact__details">+91 8830499457</span>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<!-- <p class="footer__title">Marlon</p> -->
<div class="footer__social">
<a
href="https://www.linkedin.com/in/pranavpathare/"
target="_blank"
class="footer__icon"
><i class="bx bxl-linkedin-square"></i
></a>
<a
href="https://github.com/Pranavpathare"
target="_blank"
class="footer__icon"
><i class="bx bxl-github"></i
></a>
<a
href="https://www.instagram.com/pranavpathare_15/"
target="_blank"
class="footer__icon"
><i class="bx bxl-instagram"></i
></a>
<a href="#home" class="footer__icon up__button"
><i class="bx bx-chevron-up-circle"></i
></a>
</div>
<!-- <p>© 2020 copyright all right reserved</p> -->
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>