Skip to content

Commit 3b4e75d

Browse files
committed
updated about and skills
1 parent 14f913a commit 3b4e75d

File tree

2 files changed

+44
-31
lines changed

2 files changed

+44
-31
lines changed

css/styles.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,16 @@ body {
325325
}
326326

327327
.about-intro {
328-
font-size: 1.3rem;
328+
/* font-size: 1.3rem; */
329+
font-size: 1.1rem;
329330
line-height: 1.8;
330331
margin-bottom: 1.5rem;
331332
color: var(--color-primary);
332333
}
333334

334335
.about-description {
335-
font-size: 1.1rem;
336+
/* font-size: 1.1rem; */
337+
font-size: 1.0rem;
336338
line-height: 1.9;
337339
margin-bottom: 1.5rem;
338340
opacity: 0.9;
@@ -424,7 +426,8 @@ body {
424426
}
425427

426428
.skill-category-title {
427-
font-size: 1.3rem;
429+
/* font-size: 1.3rem; */
430+
font-size: 1.2rem;
428431
font-weight: 600;
429432
margin-bottom: 1.5rem;
430433
color: var(--color-primary);
@@ -448,7 +451,8 @@ body {
448451
background-color: var(--color-card-bg);
449452
border: 1px solid var(--color-border);
450453
border-radius: 20px;
451-
font-size: 0.9rem;
454+
/* font-size: 0.9rem; */
455+
font-size: 0.8rem;
452456
transition: var(--transition);
453457
cursor: default;
454458
}

index.html

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,19 @@ <h2 class="section-title">About Me</h2>
113113
<div class="about-content">
114114
<div class="about-text">
115115
<p class="about-intro">
116-
I'm a passionate <strong>Data Science and AI/ML practitioner</strong> currently pursuing BS in Data Science & Applications at IIT Madras.
117-
I specialize in building intelligent systems that solve real-world problems using Machine Learning, Deep Learning, and modern web technologies.
116+
I'm a passionate <strong>Machine Learning Engineer</strong> with 1+ year of experience building end-to-end ML and Deep Learning systems across
117+
computer vision, robotics, time-series, and industrial AI applications. Experienced in model development, experimentation, and deployment using
118+
Python and PyTorch, with hands-on exposure to MLOps, ROS integration, and LLM-based systems.
118119
</p>
119120
<p class="about-description">
120121
With a strong foundation in programming and statistics, I've worked on diverse projects ranging from
121-
recommendation systems to full-stack web applications. I'm particularly interested in Natural Language Processing,
122-
Computer Vision, and building scalable ML solutions.
123-
</p>
124-
<p class="about-description">
125-
As a freelance developer, I've helped clients transform their ideas into functional applications.
126-
I believe in writing clean, maintainable code and staying updated with the latest technologies in the rapidly evolving field of AI/ML.
122+
robotics to LLMs, computer vision, and Distributed Acoustic Sensing (DAS) systems. I'm particularly interested in LLMs,
123+
Computer Vision, and building scalable ML solutions and ML Operations. <br>
124+
<!-- </p>
125+
<p class="about-description"> -->
126+
During my tenure, I collaborated with DRDO scientists and industry teams (GAIL Ltd) to deliver research-driven, real-world AI solutions.
127127
</p>
128+
128129
<div class="about-buttons">
129130
<a href="downloadables/resume.pdf" class="btn btn-primary" download><i class="bi bi-download"></i> Resume</a>
130131
<a href="#contact" class="btn btn-primary">Hire Me</a>
@@ -158,7 +159,7 @@ <h2 class="section-title">Technical Skills</h2>
158159
<div class="skills-grid">
159160
<div class="skill-category">
160161
<h3 class="skill-category-title">
161-
<i class="bi bi-code-slash"></i> Programming Languages
162+
<i class="bi bi-code-slash"></i> Programming Languages & Databases
162163
</h3>
163164
<div class="skill-tags">
164165
<span class="skill-tag">Python</span>
@@ -170,47 +171,55 @@ <h3 class="skill-category-title">
170171

171172
<div class="skill-category">
172173
<h3 class="skill-category-title">
173-
<i class="bi bi-robot"></i> AI/ML & Data Science
174+
<i class="bi bi-palette"></i> AI/ML & Data Science
174175
</h3>
175176
<div class="skill-tags">
176-
<span class="skill-tag">Machine Learning</span>
177+
<span class="skill-tag">Supervised Learning</span>
178+
<!-- <span class="skill-tag">Unsupervised Learning</span> -->
177179
<span class="skill-tag">Deep Learning</span>
178-
<span class="skill-tag">NLP</span>
180+
<span class="skill-tag">Computer Vision</span>
181+
<span class="skill-tag">Transformers & LLMs</span>
182+
</div>
183+
</div>
184+
185+
<div class="skill-category">
186+
<h3 class="skill-category-title">
187+
<i class="bi bi-robot"></i> Frameworks & Libraries
188+
</h3>
189+
<div class="skill-tags">
179190
<span class="skill-tag">NumPy</span>
180191
<span class="skill-tag">Pandas</span>
181192
<span class="skill-tag">Scikit-Learn</span>
182-
<span class="skill-tag">TensorFlow</span>
183193
<span class="skill-tag">PyTorch</span>
194+
<span class="skill-tag">Hugging Face</span>
195+
<span class="skill-tag">LangChain</span>
196+
<span class="skill-tag">MLFlow</span>
184197
</div>
185198
</div>
186199

187200
<div class="skill-category">
188201
<h3 class="skill-category-title">
189-
<i class="bi bi-palette"></i> Web Development
202+
<i class="bi bi-database"></i> MLOps & Cloud
190203
</h3>
191204
<div class="skill-tags">
192-
<span class="skill-tag">HTML</span>
193-
<span class="skill-tag">CSS</span>
194-
<span class="skill-tag">Bootstrap</span>
195-
<span class="skill-tag">Vue.js</span>
196-
<span class="skill-tag">Flask</span>
197-
<span class="skill-tag">REST APIs</span>
205+
<span class="skill-tag">GCP (VertexAI)</span>
206+
<span class="skill-tag">Docker</span>
207+
<span class="skill-tag">Kubernetes</span>
208+
<span class="skill-tag">CI/CD</span>
209+
<span class="skill-tag">Git/GitHub</span>
198210
</div>
199211
</div>
200212

201213
<div class="skill-category">
202214
<h3 class="skill-category-title">
203-
<i class="bi bi-database"></i> Databases & Tools
215+
<i class="bi bi-database"></i> Visualization Tools
204216
</h3>
205217
<div class="skill-tags">
206-
<span class="skill-tag">PostgreSQL</span>
207-
<span class="skill-tag">SQLite</span>
208-
<span class="skill-tag">Git</span>
209-
<span class="skill-tag">GitHub</span>
210-
<span class="skill-tag">Redis</span>
211-
<span class="skill-tag">Celery</span>
218+
<span class="skill-tag">Power BI</span>
219+
<span class="skill-tag">Matplotlib</span>
212220
</div>
213221
</div>
222+
214223
</div>
215224
</div>
216225
</section>

0 commit comments

Comments
 (0)