-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (350 loc) · 15.8 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
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
<!DOCTYPE html>
<html 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.0">
<title>Varad Rane-Portfolio</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="about-me">
<nav>
<div class="personal__logo">Varad Rane</div>
<ul class="nav__link--list">
<li class="nav__link">
<a href="#experience" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Experience</a>
</li>
<li class="nav__link">
<a href="#projects" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Projects</a>
</li>
<li class="nav__link">
<a href="mailto:[email protected]" class="
nav__link--anchor
nav__link--anchor-primary
">Contact</a>
</li>
</ul>
</nav>
<div class="flex flex-1">
<div class="about-me__info row">
<div class="about-me__info--container">
<figure class="about-me__picture--mask">
<img src="./assets/varad.jpeg" class="about-me__picture" alt="Picture of Me!">
</figure>
<h1 class="about-me__info--title">
Hey! I'm <span class="text--purple">Varad Rane</span> <span class="wave">👋</span>
</h1>
<p class="about-me__info--para">
I'm a <strong class="text--purple">Machine Learning Engineer (Deep Learning)</strong> with a strong passion for building
end-to-end machine learning models. I have experience in fine-tuning and deploying models to production.
</p>
<div class="about-me__links">
<a href="https://www.linkedin.com/in/varad-rane-8b671a209/" class="about-me__link">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/varadtechx" class="about-me__link">
<i class="fab fa-github"></i>
</a>
<a href="mailto:[email protected]" class="about-me__link">
<i class="far fa-envelope"></i>
</a>
<a href="./assets/Varad_Rane.pdf" target="_blank" class="about-me__link">
<i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
<figure class="about-me__img--container">
<img src="./assets/start.avif" class="about-me__img" alt="">
</figure>
</div>
</div>
</section>
<section id="languages">
<div class="container">
<div class="row">
<h1 class="section__title">This is my <span class="text--purple">technology stack</span></h1>
<div class="language__list">
<div class="language">
<figure class="language__img--wrapper">
<img
src="https://www.python.org/static/community_logos/python-logo-generic.svg"
alt="Html Logo" class="language__img" />
</figure>
<span class="language__name">Python</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/pytorch.svg" alt="CSS Logo"
class="language__img" />
</figure>
<span class="language__name">Pytorch</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/tensorflow.svg" alt="JavaScript Logo"
class="language__img" />
</figure>
<span class="language__name">Tensorflow</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/aws.svg"
alt="TypeScript Logo" class="language__img" />
</figure>
<span class="language__name">AWS</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/github.svg" alt="Vue Logo"
class="language__img" />
</figure>
<span class="language__name">Git/Github</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/docker.svg" alt="Nuxt Logo"
class="language__img" />
</figure>
<span class="language__name">Docker</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/linux.svg" alt="React Logo"
class="language__img" />
</figure>
<span class="language__name">Linux</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img src="assets/opencv.svg" alt="MobX Logo" class="language__img" />
</figure>
<span class="language__name">OpenCV</span>
</div>
</div>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<div class="row">
<h1 class="section__title"><span class="text--purple">Experience(Internships)</span></h1>
<ul class="project__list">
<!-- list starts there -->
<li class="project">
<div class="project__wrapper">
<img src="./assets/jio.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Deep Learning and Video Analytics Intern</h3>
<h4 class="project__description--sub-title">
Deep Learning, YOLOV7, OpenCV, Imgaug, Makesense.ai
</h4>
<p class="project__description--para">
Designed and Developed YOLO Deep learning models for object detection.
Developed image data augmentation scripts using Imgaug Python Library.
Used Makesense.ai for image annotations and dataset creations.
</p>
<div class="project__description--links">
<a href="https://github.com/varadtechx/ObjectDetectionUsingYOLOV7" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://drive.google.com/file/d/1cfbO-YHxMkpp7iVdT71Mmt9qCOPquIxD/view?usp=sharing" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/unscript.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Deep Learning Engineer Intern</h3>
<h4 class="project__description--sub-title">
Deep Learning, AWS , Docker , Pytorchserve , Pydub, TTS , WhisperAI
</h4>
<p class="project__description--para">
Trained and fine-tuned Text2Speech models to generate speech for our clients.
Generated videos using lip-syncing models and processed videos.
Deployed the model ready for production using Torchserve, Docker, and AWS EC2 Instances.
</p>
<div class="project__description--links">
<a href="" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://drive.google.com/file/d/1o-iZHASwhn6lngT7diPctAKXvyIEICnG/view?usp=sharing" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="row">
<h1 class="section__title">Here are some of my <span class="text--purple">projects</span></h1>
<ul class="project__list">
<li class="project">
<div class="project__wrapper">
<img src="./assets/screen.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Vocal.AI</h3>
<h4 class="project__description--sub-title">
TTS,Wav2Lip, Flask, Streamlit, Docker, Pytorchserve
</h4>
<p class="project__description--para">
Vocal.ai is an innovative application that allows users to input text and receive a custom-generated video of a person saying that text. The project combines two powerful AI technologies, text-to-speech (TTS) and video synthesis, to create a realistic and dynamic video representation.
</p>
<div class="project__description--links">
<a href="https://github.com/varadtechx/vocal.ai" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://github.com/varadtechx/vocal.ai" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/boctor.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">BOCTOR - An AI assisted Medical Chatbot</h3>
<h4 class="project__description--sub-title">
NLP, GoogleCloudPlatform, Flask, EC2 Instance, Nltk
</h4>
<p class="project__description--para">
(GFG India Hackathon)
Developed an NLP Intent-based chatbot model
Deployed using Python Flask server and NextJs Frontend on vercel
Project LInk: boctor.vercel.app
</p>
<div class="project__description--links">
<a href="https://github.com/BitNaysh/Boctor" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://boctor.vercel.app/" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/time.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Schedulease : Automatic Timetable Generator for University</h3>
<h4 class="project__description--sub-title">
Genetic Algorithm , Django , REST API , ReactJs
</h4>
<p class="project__description--para">
Developed a Genetic Algorithm based timetable generator.
Implemented Django API using Django Rest Framework to enter user data into the dbsqlite3 database.
Implemented NextJs frontend for user interface
</p>
<div class="project__description--links">
<a href="https://github.com/BitNaysh/technix-hack-server" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://github.com/BitNaysh/technix-hack-server" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/frs.avif" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Facial Recognition System</h3>
<h4 class="project__description--sub-title">
Deep Learning, OpenCV, Python, Django/Flask
</h4>
<p class="project__description--para">
BITSGoa Hackathon (3rd Place) - Developed facial recognition system using Sklearn, Numpy and JupyterNotebook.
Deployed using Flask server and UI using HTML, CSS and javascript.
</p>
<div class="project__description--links">
<a href="https://www.github.com/yourlink" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://www.yourwebsite.com" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<li class="project">
<div class="project__wrapper">
<img src="./assets/instagram-logo-illustration.png" class="project__img" alt="Car subscription project">
<div class="project__description">
<h3 class="project__description--title">Instagram Fake Profile Predictor</h3>
<h4 class="project__description--sub-title">
Deep Learning, Tensorflow, Keras , Sklearn , Pandas , Numpy
</h4>
<p class="project__description--para">
Developed a Deep Learning model to predict fake profiles on Instagram.
Used Sklearn, Numpy and Pandas for data preprocessing.
Developed and trained the model using Tensorflow and Keras.
</p>
<div class="project__description--links">
<a href="https://github.com/varadtechx/fakeprofiles" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://github.com/varadtechx/fakeprofiles" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="row footer__row">
<div class="footer__social--list">
<a href="https://github.com/varadtechx" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/varad-rane-8b671a209/"" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">LinkedIn</a>
<a href="mailto: [email protected]" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">Email</a>
<a href="./assets/Varad_Rane.pdf" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" target="_blank">Resume</a>
</div>
<div class="footer__copyright">Varad Rane </div>
</div>
</footer>
</body>
</html>