-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (306 loc) · 17.7 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
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Ashok Raja's Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.jpg" rel="icon">
<link href="assets/img/apple-touch-icon.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume - v4.7.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About Me</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-briefcase"></i> <span>Experience</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-certification"></i> <span>Certifications</span></a></li>
<li><a href="#projects" class="nav-link scrollto"><i class="bx bx-paper-plane"></i> <span>Project</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<canvas></canvas>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100" >
<h1>Ashok Raja B</h1>
<p>A Software Developer turned <span class="typed" data-typed-items="Machine Learning Engineer"></span></p>
<div class="social-links">
<a href="https://www.linkedin.com/in/ashok-raja/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/ashokrajab" class="github"><i class="bx bxl-github"></i></a>
<a href="https://twitter.com/MrAshokRaja" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="mailto:ashokraja.b@outlook.com" class="envelope"><i class="bx bx-envelope"></i></a>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About Me</h2>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<p>Hi!👋.. I'm Ashok. I'm a passionate Machine Learning Engineer. I started off self-learning the basic concepts of ML and then I wanted to further develop my knowledge and skills in ML. So I pursued MTech in Data Science offered by BITS Pilani. This helped me to learn ML from the ground up in a streamlined manner.
</p>
<p>I currently work as an ML Engineer in Zoho's AI Team. I use Deep Learning concepts to solve Natural Language Processing problems such as grammar correction, spell check etc. These features are incorporated in Zoho Writer (a word processing software).</p>
<h3>🧑💻 Machine Learning Engineer</h3>
<p>at Zoho</p>
<h3>🎓 M. Tech Data Science and Engineering</h3>
<p>from Birla Institute of Technology and Science</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="skills-list">
<ul style="list-style-type:none;">
<li><strong>Skills:</strong> <span>Machine Learning, Deep Learning, NLP, Backend Development, Blockchain</span></li>
<li><strong>Data Visualization:</strong> <span>Tableau</span></li>
<li><strong>Programming languages:</strong> <span>Python, Java, C, C++</span></li>
<li><strong>Database:</strong> <span>MySQL, Postgresql</span></li>
</ul>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Work Experience Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Experience</h2>
<p>I have 5+ years of experience in developing impactful software that is used by millions of users around the globe.</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Machine Learning Engineer</h4>
<h5>Dec 2020 - Present</h5>
<p><em>Zoho Corporation</em></p>
<ul>
<li>Working on Natural Language Processing features that are incorporated in Zoho Writer (a word processing software).</li>
</ul>
</div>
<div class="resume-item">
<h4>Backend Developer</h4>
<h5>May 2017 - Dec 2020</h5>
<p><em>Zoho Corporation</em></p>
<ul>
<li>Developed proof of concept from scratch showcasing Inventory Forecasting using Machine Learning techniques and presented it to the team.</li>
<li>Designed and developed features in Zoho Finance applications to achieve India GST compliance.</li>
<li>Involved in developing and maintaining an in-house integration service that connects Zoho Inventory & Zoho Books with Marketplace platforms such as Amazon, Shopify, Etsy, and eBay.</li>
<li>Developed various functionalities in Zoho Finance applications to ensure GDPR Compliance.</li>
<li>Delivered various key enhancements in the core modules of Zoho Inventory to meet customer requirements.</li>
</ul>
</div>
<div class="resume-item">
<h4>Project Trainee</h4>
<h5>Jan 2017 - May 2020</h5>
<p><em>Zoho Corporation</em></p>
<ul>
<li>Improved the application stability by writing various unit test cases.</li>
<li>Provided customer support by handling support tickets and offered remote technical assistance.</li>
<li>Scrutinized REST APIs for any security vulnerabilities.</li>
<li>Redigned the API documentation with better user experience and latest APIs.</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Academic Background</h3>
<div class="resume-item">
<h4>M. Tech Data Science and Engineering</h4>
<h5>2019 - 2021</h5>
<p><em>Birla Institute of Technology and Science, Pilani</em></p>
<p>CGPA 8.56/10</p>
</div>
<div class="resume-item">
<h4>Bachelor of Computer Science and Engineering</h4>
<h5>2013 - 2017</h5>
<p><em>RMK Engineering College (Anna University), Gummidipoondi</em></p>
<p>CGPA 8.24/10</p>
</div>
<div class="resume-item">
<h4>12th Grade</h4>
<h5>2011 - 2013</h5>
<p><em>DAV Matric Higher Secondary School, Chennai</em></p>
<p>Percentage 95.67%</p>
</div>
<div class="resume-item">
<h4>10th Grade</h4>
<h5>2011</h5>
<p><em>Bhaktavatsalam Vidhyasharam, Chennai</em></p>
<p>CGPA 10/10</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume Section -->
<!-- ======= Certification Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Certifications</h2>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/7X7AL5FHAV87.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/7X7AL5FHAV87.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Magnify"><i class="bx bx-search-alt-2"></i></a>
<!-- <a href="certificate-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/BS8LSFUDXR7J.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/BS8LSFUDXR7J.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"><i class="bx bx-search-alt-2"></i></a>
<!--<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>-->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/CPRU87K3JQH3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/CPRU87K3JQH3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"><i class="bx bx-search-alt-2"></i></a>
<!--<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>-->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/FRK9FE8SMVUZ.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/FRK9FE8SMVUZ.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"><i class="bx bx-search-alt-2"></i></a>
<!--<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>-->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/JW8X2X2JYY6H.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/JW8X2X2JYY6H.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"><i class="bx bx-search-alt-2"></i></a>
<!--<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>-->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/certificates/a079af63b9514a5cbb2698e7d7c51005.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="assets/img/certificates/a079af63b9514a5cbb2698e7d7c51005.jpeg" data-gallery="portfolioGallery" class="portfolio-lightbox"><i class="bx bx-search-alt-2"></i></a>
<!--<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>-->
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Certification Section -->
<!-- ======= Projects Section ======= -->
<section id="projects" class="projects">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Project</h2>
</div>
<div class="row">
<div class="d-flex justify-content-center" data-aos="zoom-in" data-aos-delay="50" >
<a href="https://github.com/ashokrajab/Warehouse-Assignent-Optimization" target="_blank">
<div class="icon-box iconbox-yellow">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,503.46388370962813C374.79870501325706,506.71871716319447,464.8034551963731,527.1746412648533,510.4981551193396,467.86667711651364C555.9287308511215,408.9015244558933,512.6030010748507,327.5744911775523,490.211057578863,256.5855673507754C471.097692560561,195.9906835881958,447.69079081568157,138.11976852964426,395.19560036434837,102.3242989838813C329.3053358748298,57.3949838291264,248.02791733380457,8.279543830951368,175.87071277845988,42.242879143198664C103.41431057327972,76.34704239035025,93.79494320519305,170.9812938413882,81.28167332365135,250.07896920659033C70.17666984294237,320.27484674793965,64.84698225790005,396.69656628748305,111.28512138212992,450.4950937839243C156.20124167950087,502.5303643271138,231.32542653798444,500.4755392045468,300,503.46388370962813"></path>
</svg>
<i class="bx bx-layer"></i>
</div>
<h4>Warehouse Assignent Optimization</h4>
<p>This project uses deterministic and machine learning models to automate warehouse assignments for orders.
</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- End Project Section -->
</main><!-- End #main -->
<!-- ==Start Footer== -->
<footer id="footer">
<div class="container">
<h3>Let's Connect 🤝</h3>
<p>I would love to connect with you further, whether it's to discuss work or just to have a quick chat.</p>
<div class="social-links">
<a href="https://twitter.com/MrAshokRaja" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/in/ashok-raja/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/ashokrajab" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:ashokraja.b@outlook.com" class="envelope"><i class="bx bx-envelope"></i></a>
</div>
</div>
</footer>
<!-- ==End Footer== -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="particle-network-animation-main/main.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>