-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
361 lines (346 loc) · 20.3 KB
/
index.html
File metadata and controls
361 lines (346 loc) · 20.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manisharma Sugurthi | VLSI Engineer & Embedded Systems Enthusiast</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="nav-content">
<div class="logo">MS</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<header class="hero">
<div class="hero-content">
<img src="images/copy.jpeg" alt="Manisharma Sugurthi" class="profile-photo">
<h1>Manisharma Sugurthi</h1>
<p class="tagline"> Aspiring Compiler Design Engineer | Generative AI | VLSI Engineer </p>
<div class="social-links">
<a href="https://github.com/sharma-sugurthi" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/manisharma-sugurthi-222739213" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="mailto:sugurthimanisharma@gmail.com"><i class="fas fa-envelope"></i></a>
<a href="https://www.reddit.com/user/Warrior_monk07" target="_blank"><i class="fab fa-reddit"></i></a>
</div>
</div>
</header>
<section id="about" class="section">
<h2>About Me</h2>
<div class="about-content">
<div class="about-text">
<p>I'm a final-year Electronics and Communication Engineering student with a strong foundation in Genrative AI, Compiler Design, Software Engineering and VLSI design
.I'm Passionate about Compiler Dsign, end-to-end chip design, next generation software building, and open-source EDA tools,
I’m also deeply exploring the intersection of Generative AI and semiconductor technology. I aspire to become a design engineer, driven
by interests in hardware-software co-design, system architecture,
and intelligent compiler systems tailored for next-generation chip development.
I'm as Adaptable as water and can work diversified projects. Exploring and Contributions to Open-Source projects is hobby and passion.</p>
<div class="interests">
<h3>Current Focus</h3>
<ul>
<li>Building tracable QR codes for medical Tracability backed by Blockchain. </li>
<li>Creating SaaS products for ease of life.</li>
<li>Open-source Projects and Contributions</li>
<li>AI-assisted Verilog-to-TL-Verilog conversion</li>
<li>RISC-V Core Development</li>
</ul>
</div>
</div>
<div class="about-image">
<img src="images/technology.jpg" alt="technology" class="about-img">
</div>
</div>
</section>
<section id="skills" class="section">
<h2>Technical Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3>Programming</h3>
<ul>
<li>Data Structures and Algorithms using C++</li>
<li>Python</li>
<li>HTML/CSS</li>
<li>MATLAB</li>
<li>Assembly language Programming</li>
</ul>
</div>
<div class="skill-category">
<h3>AI Tools</h3>
<ul>
<li>Generative AI</li>
<li>Large language Models</li>
<li>Google AI Studio</li>
<li>Agentic AI</li>
<li>IBM Watson</li>
</ul>
</div>
<div class="skill-category">
<h3>VLSI & Digital Design</h3>
<ul>
<li>Verilog</li>
<li>System-Verilog</li>
<li>CMOS Design</li>
<li>SoC Design</li>
<li>EDA Tools</li>
</ul>
</div>
</div>
</section>
<section id="projects" class="section">
<h2>Projects</h2>
<div class="projects-grid">
<div class="project-card">
<img src="images/Autonomous-AI-Agents-for-Finance.webp" alt="Sarathi Financial Agent using Genrative AI" class="project-image">
<h3>Sarathi Financial Agent using Genrative AI</h3>
<p>Sarathi is an innovative platform that leverages AI to streamline financial product distribution, making it more efficient and accessible for both distributors and customers.</p>
<a href="https://github.com/sharma-sugurthi/sarathi_ai_powered_engine" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/IBM_Cloud_logo.png" alt="HealthAI using Genrative AI" class="project-image">
<h3>HealthAI powered by IBM Cloud</h3>
<p>HealthAI harnesses IBM Watson Machine Learning and Generative AI to provide intelligent healthcare assistance, offering users accurate medical insights. </p>
<a href="https://github.com/sharma-sugurthi/HealthAI_Internship" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/voting machine.jpeg" alt="Voting Machine Project" class="project-image">
<h3>Voting Machine using MATLAB</h3>
<p>Developed an automated voting system with advanced image processing to reduce voting frauds in real-time.</p>
<a href="https://github.com/sharma-sugurthi/Automated-Voting-system-using-advanced-Image-processing" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/uart =_protocol.png" alt="UART Protocol Project" class="project-image">
<h3>UART Protocol Implementation</h3>
<p>Implemented UART protocol in Verilog with parity checking and simulation.</p>
<a href="https://github.com/sharma-sugurthi/UART-Protocol-Implementation" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/esim.png" alt="Wave Generator Project" class="project-image">
<h3>Wave Generators using eSim</h3>
<p>Designed and simulated sawtooth and triangular wave generators using eSim.</p>
<a href="https://github.com/sharma-sugurthi/SawtoothWaveGen_using_esim" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/AI-system.webp" alt="Multi-Model-AI-Autonomus-System" class="project-image">
<h3>Multi-Modal AI System</h3>
<p> This system processes Email, JSON, and PDF inputs, classifies them, routes them to specialized agents, and dynamically chains follow-up actions based on extracted data. It is designed for extensibility, maintainability, and easy deployment. </p>
<a href="https://github.com/sharma-sugurthi/Multi-Model-AI-Autonomus-System" class="project-link" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/cinema.jpeg" alt="Smart Cinema Ticket Booking Project" class="project-image">
<h3>Smart Cinema Ticket Booking using Verilog</h3>
<p>Sophisticated and Hackfree ticketing in Hardware implementation.</p>
<a href="https://github.com/sharma-sugurthi/Smart-Cinema-Booking-System.git" class="project-link" target="_blank">View Project</a>
</div>
</div>
</section>
<section id="experience" class="section">
<h2>Experience</h2>
<div class="experience-grid">
<div class="experience-card">
<div class="experience-content">
<h3>SmartBridge Internship</h3>
<p class="experience-role">Generative AI Intern</p>
<p class="experience-description">
During this internship, I gained comprehensive knowledge of Generative AI in detail and various AI tools.
I successfully completed the HealthAI project - a healthcare assistant powered by IBM Cloud.
This experience provided me with hands-on experience in developing AI-powered applications and
working with cloud technologies for healthcare solutions.
</p>
<div class="experience-highlights">
<h4>Key Learnings:</h4>
<ul>
<li>Generative AI fundamentals and advanced concepts</li>
<li>AI tools and frameworks</li>
<li>IBM Cloud platform integration</li>
<li>Healthcare AI application development</li>
<li>Project management and deployment</li>
</ul>
</div>
<div class="experience-project">
<h4>Project: HealthAI Healthcare Assistant</h4>
<p>A comprehensive healthcare assistant powered by IBM Cloud that provides intelligent medical insights and assistance to users.</p>
</div>
<a href="images/certifications/Certificate - SmartInternz.jpg" class="certificate-link" target="_blank">View Certificate</a>
</div>
</div>
<div class="experience-card">
<div class="experience-content">
<h3>Excelr Education Solutions</h3>
<p class="experience-role">VLSI Training Intern</p>
<p class="experience-description">
Completed comprehensive VLSI training program covering digital design, layout, and advanced semiconductor technologies.
This intensive training provided hands-on experience with industry-standard tools and methodologies used in
modern chip design and fabrication processes.
</p>
<div class="experience-highlights">
<h4>Key Learnings:</h4>
<ul>
<li>VLSI design fundamentals and advanced concepts</li>
<li>Digital design methodologies</li>
<li>Layout design and optimization</li>
<li>Semiconductor fabrication processes</li>
<li>Industry-standard EDA tools</li>
<li>Design verification and testing</li>
</ul>
</div>
<div class="experience-project">
<h4>Training Focus: VLSI & Digital Design</h4>
<p>Comprehensive training program covering the complete VLSI design flow from concept to layout, including digital design principles, layout techniques, and semiconductor manufacturing processes.</p>
</div>
<a href="images/certifications/EXCELR-internship.jpg" class="certificate-link" target="_blank">View Certificate</a>
</div>
</div>
</div>
</section>
<section id="quiz-championship" class="section">
<h2>Quiz Championship</h2>
<div class="quiz-content">
<p>Secured the 1st position in the APSCHE Quiz Championship 2024! Reflecting on this incredible journey, we went through four challenging stages:</p>
<ul>
<li>1️⃣ Eliminatory Test - 11th March 2024</li>
<li>2️⃣ Preliminary Round - 1st April 2024 at Andhra Loyola College, Vijayawada</li>
<li>3️⃣ Semifinals & Finals - 12th April 2024 at Kakaraparti Bhavanarayana (KBN) College, Vijayawada</li>
</ul>
<p>The competition was filled with thought-provoking questions across various domains, and it pushed us to dig deep, collaborate, and grow.</p>
<p>A big thank you to APSCHE and their dedicated management for providing this platform and making this experience so memorable.</p>
<div class="carousel">
<div class="carousel-images">
<img src="images/3.jpeg" alt="Quiz Event Photo 3" class="quiz-img">
<img src="images/certificate.jpeg" alt="APSCHE Quiz Championship Certificate" class="quiz-img">
</div>
<button class="carousel-btn prev-btn"><</button>
<button class="carousel-btn next-btn">></button>
</div>
</div>
</section>
<section id="open-source" class="section">
<h2>Open Source Contributions</h2>
<div class="contributions-grid">
<!-- FOSSi Contribution -->
<div class="contribution-card">
<img src="images/fossi.svg" alt="FOSSi Contribution" class="contribution-image">
<h3>Conversion to Verilog to TL-Verilog</h3>
<p>To use LLMs and TL-Verilog to improve all existing Verilog by reducing its size, improving its maintainability, making it more configurable, and identifying bugs.</p>
<p><strong>Mentor:</strong> Steve Hoover</p>
<p><strong>Organisation:</strong> Free and Open Source Silicon (FOSSi)</p>
<a href="Proposal_Manisharma.pdf" class="contribution-link" target="_blank">View Proposal</a>
</div>
<!-- FOSSEE Contribution -->
<div class="contribution-card">
<img src="images/fossee.jpeg" alt="FOSSEE Contribution" class="contribution-image">
<h3>Research Migration Project</h3>
<p>Design and Simulation of Waveform Generators: Sawtooth and Triangular Waves for Advanced Circuit Applications.</p>
<p><strong>Organisation:</strong> FOSSEE, IIT Bombay</p>
<a href="https://esim.fossee.in/research-migration-project/research-migration-run/96" class="contribution-link" target="_blank">View Project</a>
</div>
</div>
</section>
<section id="certifications" class="section">
<h2>Certifications</h2>
<div class="certifications-grid">
<div class="certification-card">
<h3>Building a RISC-V CPU Core</h3>
<p><strong>Platform:</strong> EdX</p>
<p><strong>Mentor:</strong> Steve Hoover</p>
<p>Gained TL-Verilog, Makerchip, advanced Verilog, and RISC-V architecture knowledge.</p>
<a href="images/certifications/risc.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>Machine Learning for Engineering and Science Applications</h3>
<p><strong>Platform:</strong> NPTEL</p>
<p>Gained the knowledge of Machine learning and its usage to apply in Science Applications</p>
<a href="images/certifications/Machine Learning for Engineering.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>Microprocessors and Interfacing</h3>
<p><strong>Platform:</strong> NPTEL</p>
<p>Mastered the Assembly language Programming, its Interfacing and its core components.</p>
<a href="images/certifications/Microprocessors and Interfacing.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>MATLAB Essentials</h3>
<p><strong>Platform:</strong> EdX</p>
<p>Gained advanced MATLAB and signal processing skills to build real-world projects.</p>
<a href="images/certifications/matlab.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>Python Certification</h3>
<p><strong>Platform:</strong> Kaggle</p>
<p>Learned Python programming in depth and applied it to real-time projects.</p>
<a href="images/certifications/python.png" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>CMOS Digital VLSI Design</h3>
<p><strong>Platform:</strong> NPTEL</p>
<p>Learned CMOS technology, the cutting edge of future semiconductor and chip technology.</p>
<a href="images/certifications/cmos.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>TATA Imagination Challenge</h3>
<p>Tackled real-world problems with an entrepreneurial mindset.</p>
<a href="images/certifications/tata.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>Soft Skills Certification</h3>
<p><strong>Platform:</strong> EdX</p>
<p>Learned corporate etiquette and professional interpersonal skills.</p>
<a href="images/certifications/soft.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
<div class="certification-card">
<h3>VLSI System Design</h3>
<p><strong>Platform:</strong> VLSI System Design</p>
<p>Learned Skywater PDK and its usage in circuit building.</p>
<a href="images/certifications/vsd.jpg" class="certification-link" target="_blank">View Certificate</a>
</div>
</div>
</section>
<section id="education" class="section">
<h2>Education & Timeline</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<h3>10th Standard</h3>
<p>TS Model School, Karimnagar</p>
<p>2020</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h3>Integrated B.Tech in ECE</h3>
<p>RGUKT, Ongole</p>
<p>2021 - Present</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h3>Future Goals</h3>
<p>Compiler Design Engineer</p>
</div>
</div>
</div>
</section>
<section id="contact" class="section">
<h2>Get in Touch</h2>
<div class="contact-info">
<p><i class="fas fa-envelope"></i> <a href="mailto:sugurthimanisharma@gmail.com">sugurthimanisharma@gmail.com</a></p>
<p><i class="fas fa-phone"></i> +91 9392521762</p>
<p><i class="fab fa-github"></i> <a href="https://github.com/sharma-sugurthi">github.com/sharma-sugurthi</a></p>
<p><i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/manisharma-sugurthi-222739213">linkedin.com/in/manisharma-sugurthi</a></p>
</div>
</section>
<footer>
<p>© 2025 Manisharma Sugurthi. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>