-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
564 lines (559 loc) · 31.9 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
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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nived Krishna</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="css/aos.css?ver=1.1.0" rel="stylesheet">
<link href="css/bootstrap.min.css?ver=1.1.0" rel="stylesheet">
<link href="css/main.css?ver=1.1.0" rel="stylesheet">
<noscript>
<style type="text/css">
[data-aos] {
opacity: 1 !important;
transform: translate(0) scale(1) !important;
}
</style>
</noscript>
</head>
<body id="top">
<header>
<div class="profile-page sidebar-collapse">
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-primary" color-on-scroll="400">
<div class="container">
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-bar bar1"></span><span class="navbar-toggler-bar bar2"></span><span class="navbar-toggler-bar bar3"></span></button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link smooth-scroll" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#skill">Skills</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div>
<div class="profile-page">
<div class="wrapper">
<div class="page-header page-header-small" filter-color="green">
<div class="page-header-image" data-parallax="true" style="background-image: url('images/cc-bg-1.jpg')"></div>
<div class="container">
<div class="content-center">
<div class="cc-profile-image"><a href="https://drive.google.com/file/d/1yIgIZPUJDf3mc5q4_owDvDtb74d3dl7i/view?usp=sharing"><img src="images/anthony.jpg" alt="Image"/></a></div>
<div class="h2 title">NIVED KRISHNA</div>
<p class="category text-white">AI Engineer,Web developer,Beat producer</p><a class="btn btn-primary smooth-scroll mr-2" href="#contact" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Hire Me</a><a class="btn btn-primary smooth-scroll mr-2" href="https://drive.google.com/file/d/1J5ZWtBZN7ZWuQixkiwZc6-YYyb8Dd2Bo/view?usp=sharing" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Download CV</a></p>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="button-container"><a class="btn btn-default btn-round btn-lg btn-icon" href="https://www.facebook.com/nived.krishna.963" rel="tooltip" title="Follow me on Facebook"><i class="fa fa-facebook"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="https://www.linkedin.com/in/nived-krishna-976923257/" rel="tooltip" title="See my linkedin page"><i class="fa fa-linkedin"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="https://github.com/NivedKris" rel="tooltip" title="See my github page"><i class="fa fa-github"></i></a><a class="btn btn-default btn-round btn-lg btn-icon" href="https://www.instagram.com/__._don_.____/?next=%2Fnivedk_%2F" rel="tooltip" title="Follow me on Instagram"><i class="fa fa-instagram"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="about">
<div class="container">
<div class="card" data-aos="fade-up" data-aos-offset="10">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">About</div>
<p>Hello! I am Nived Krishna.</p>
<p> An AI Engineer with a knack for both developing and deploying cutting-edge machine learning applications. I have a strong background in optimizing AI models and creating innovative solutions. Whether it's building robust AI systems or fine-tuning models for peak performance, I've got it covered.<a href="https://github.com/NivedKris" target="_blank">Learn More</a></p>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">Basic Information</div>
<div class="row">
<div class="col-sm-4"><strong class="text-uppercase">Age:</strong></div>
<div class="col-sm-8">20</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Email:</strong></div>
<div class="col-sm-8">[email protected]</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Phone:</strong></div>
<div class="col-sm-8">8606914198</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Address:</strong></div>
<div class="col-sm-8">Paraparambil house, thamarakulam, mathilakam po ,Thrissur, Kerala, India</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Language:</strong></div>
<div class="col-sm-8">English, Hindi,Malayalam</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="skill">
<div class="container">
<div class="h4 text-center mb-4 title">Professional Skills</div>
<div class="card" data-aos="fade-up" data-aos-anchor-placement="top-bottom">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Frontend Development</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div><span class="progress-value">70%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Backend development</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 75%;"></div><span class="progress-value">75%</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">DEEP LEARNING</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div><span class="progress-value">70%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">UI/UX</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"></div><span class="progress-value">60%</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Database Management</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 75%;"></div><span class="progress-value">75%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge">Devops</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 75%;"></div><span class="progress-value">75%</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-6 ml-auto mr-auto">
<div class="h4 text-center mb-4 title">Portfolio</div>
<div class="nav-align-center">
<ul class="nav nav-pills nav-pills-primary" role="tablist">
<li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#web-development" role="tablist"><i class="fa fa-code" aria-hidden="true"></i></a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#graphic-design" role="tablist"><i class="fa fa-globe" aria-hidden="true"></i></a></li>
<li class="nav-item"><a class="nav-link" data-toggle="tab" href="#Photography" role="tablist"><i class="fa fa-music" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="tab-content gallery mt-5">
<div class="tab-pane active" id="web-development">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/facial-recognition-attendance-system-with-flask-api.git">
<figure class="cc-effect"><img src="images/project-1.jpg" alt="Image"/>
<figcaption>
<div class="h4">Computer Vision</div>
<p>FACIAL-RECOGNITION-ATTENDANCE-SYSTEM</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom" ><a href="https://github.com/NivedKris/Stock-Sentiment-Analyser.git">
<figure class="cc-effect"><img src="images/project-3.jpg" alt="Image"/>
<figcaption>
<div class="h4">MLOps</div>
<p>REAL-TIME-STOCK-SENTIMENT-ANALYZER</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/RAG-based-chatbot-using-llama2-and-mongodb.git">
<figure class="cc-effect"><img src="images/project-2.png" alt="Image"/>
<figcaption>
<div class="h4">Generative AI</div>
<p>RAG-BASED-CHATBOT-USING-LLAMA2-AND-MONGODB</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/Product_background_changer.git">
<figure class="cc-effect"><img src="images/project-4.jpg" alt="Image"/>
<figcaption>
<div class="h4">Deep Learning</div>
<p>AI-DRIVEN BACKGROUND TRANSFORMER</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="graphic-design" role="tabpanel">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/Food-Ordering-Project.git">
<figure class="cc-effect"><img src="images/graphic-design-1.jpg" alt="Image"/>
<figcaption>
<div class="h4">LAMP Stack</div>
<p>FOOD-ORDERING-WEBSITE</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/Emotion_recognition_system.git">
<figure class="cc-effect"><img src="images/graphic-design-2.jpg" alt="Image"/>
<figcaption>
<div class="h4">Flask</div>
<p>EMOTION-RECOGNITION-SYSTEM</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/react_frontend_for_Hoobank.git">
<figure class="cc-effect"><img src="images/graphic-design-3.jpg" alt="Image"/>
<figcaption>
<div class="h4">React</div>
<p>HOOBANK-FRONTEND</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/phishing-detection.git">
<figure class="cc-effect"><img src="images/new.jpeg" alt="Image"/>
<figcaption>
<div class="h4">FlaskXReact</div>
<p>URL-PHISHING-DETECTION</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="Photography" role="tabpanel">
<div class="ml-auto mr-auto">
<div class="row">
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/FL-studio-beats/tree/main/yes%20indeed">
<figure class="cc-effect"><img src="images/photography-1.jpeg" alt="Image"/>
<figcaption>
<div class="h4">Fl-studio beat production</div>
<p>Yes indeed</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/FL-studio-beats/tree/main/lucid%20dreams">
<figure class="cc-effect"><img src="images/photography-2.jpeg" alt="Image"/>
<figcaption>
<div class="h4">Fl-studio beat production</div>
<p>Lucid dreams</p>
</figcaption>
</figure></a></div>
</div>
<div class="col-md-6">
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/FL-studio-beats/tree/main/woah">
<figure class="cc-effect"><img src="images/photography-3.jpeg" alt="Image"/>
<figcaption>
<div class="h4">Fl-studio beat production</div>
<p>Woah</p>
</figcaption>
</figure></a></div>
<div class="cc-porfolio-image img-raised" data-aos="fade-up" data-aos-anchor-placement="top-bottom"><a href="https://github.com/NivedKris/FL-studio-beats/tree/main/miss%20the%20rage%20trippie">
<figure class="cc-effect"><img src="images/photography-4.jpeg" alt="Image"/>
<figcaption>
<div class="h4">Fl-studio beat production</div>
<p> Miss the rage</p>
</figcaption>
</figure></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="experience">
<div class="container cc-experience">
<div class="h4 text-center mb-4 title">Work Experience</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>June 2024-present</p>
<div class="h5">CDAC</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">AI RESEARCH INTERN</div>
<p>Boosted ASR performance on low-resource datasets by refining CCC-wave2vec2 pre-trained on 26 Indian
languages using Vāksañcayah. Sanskrit speech corpus (78+ hours).Optimized audio data preprocessing for scalable access with Sox and Google Cloud Storage, saving 30% in time.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>May 2024-July 2024</p>
<div class="h5">MACOM</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">LLM ENGINEER INTERN</div>
<p> Developed a multilingual, multimodal RAG application utilizing Gemini-pro and VertexAI embeddings,
enhancing document retrieval and embedding storage with MongoDB Atlas, boosting efficiency by 20%.
Formulated a document processing pipeline with cloud functions, achieving 50% faster processing using agentic
chunking, Dockerized ChatBot code on Google Cloud Run, and designed the interface in Flutter.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>August 2023-March 2024</p>
<div class="h5">TECNOLÓGICO DE MONTERREY</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">MLOps INTERN</div>
<p>Created an order management system with route optimization, boosting inventory accuracy by 40% and
cutting delivery effort by 25%.
Applied demand forecasting algorithms with Scikit-learn in Flask, decreasing stockouts by 20%.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>June 2023-August 2023</p>
<div class="h5">MARKETRACK</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">FRONTEND DEVELOPER INTERN</div>
<p> Transformed web and mobile designs in Adobe XD, achieving a 30% increase in
user engagement.By implementing 100% responsive React JS design and seamlessly integrating
with the backend, I contributed to a 25 percent improvement in cross-platform
compatibility, a 20 percent boost in site performance, and a 15% enhancement
in operational efficiency</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container cc-education">
<div class="h4 text-center mb-4 title">Education</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2018-2019</p>
<div class="h5">10TH GRADE</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">AISSCE DEGREE </div>
<p class="category">SN Vidya bhavan</p>
<p>I have completed my 10th degree from SN vidya bhavan,where i acquired my basic skills in electronics and computer programming.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2020-2021</p>
<div class="h5">12-TH DEGREE</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">CBSE COMPUTER SCIENCE DEGREE</div>
<p class="category">Kailasanadha vidyanikethan.</p>
<p>I have attained my professional degree in Computer Science from Kailasanadha Vidyanikethan, where I gained fundamental expertise in Python, SQL, and various other essential components within the realm of computer science. </p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2022-present</p>
<div class="h5">College</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Bachelors in technology</div>
<p class="category">Indian Institute of Information Technology.</p>
<p>I am presently pursuing a Bachelor's degree in Computer Science and Technology from IIIT Kottayam. It is at this esteemed institution that I have cultivated the majority of my technical and coding proficiencies. I am currently in the process of completing this comprehensive course of study.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="reference">
<div class="container cc-reference">
<div class="h4 mb-4 text-center title">References</div>
<div class="card" data-aos="zoom-in">
<div class="carousel slide" id="cc-Indicators" data-ride="carousel">
<ol class="carousel-indicators">
<li class="active" data-target="#cc-Indicators" data-slide-to="0"></li>
<li data-target="#cc-Indicators" data-slide-to="1"></li>
<li data-target="#cc-Indicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/reference-image-1.jpg" alt="Image"/>
<div class="h5 pt-2">Dr. Bhanu Chander</div>
<p class="category">Professor at IIIT kottayam</p>
</div>
<div class="col-lg-10 col-md-9">
<p> It is with great pleasure that I write to recommend Nived Krishna for an internship . I have taught him for two years in his undergraduate studies in my capacity as Assistant Professor. I noticeably recall his dedication and enthusiasm in class for learning and sharing creative ideas. He shows extraordinary determination and sincerity in subject learning and has a meticulous approach to practice lab and exams. His ability to perform under stress and meet tough deadlines is also admirable. In the technical areas, the precision and timely deliveries importance is personified in him. I honestly feel that he is the most deserving candidate to get an internship at an institute that can offer him betterment for himself, the subject, and the community at once.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/reference-image-2.jpg" alt="Image"/>
<div class="h5 pt-2">Dr.Suchitra M.S</div>
<p class="category">Professor at IIIT Kottayam</p>
</div>
<div class="col-lg-10 col-md-9">
<p> I would like to write this letter of reference to recommend Nived Krishna in the strongest terms for admission to Internship programs. I have known Nived Krishna for around 2 years now. I handled two subjects for his class during his undergraduate B.Tech (Computer Science and Engineering). I found him to be an exemplary student with critical thinking, creativity, and excellent logic. As an undergraduate student, he is a very meticulous and determined student always striving to do well in academics. Not to mention, he is an excellent coder and has done well in many coding competitions. He has always displayed his interest to gravitate towards cutting-edge CS research. He is also a well-mannered and polite student with excellent communication/ presentation skills. I have found him to be a remarkable person. I wish him all the success.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header"><img src="images/HER.jpeg" alt="Image"/>
<div class="h5 pt-2">Dr.Rubell Marion Lincy</div>
<p class="category">HOD at IIIT Kottayam</p>
</div>
<div class="col-lg-10 col-md-9">
<p>I am writing to express my wholehearted appreciation for the exceptional hard work and dedication Nived has demonstrated in our supply chain project in collaboration with Tecnológico de Monterrey, Mexico. His efforts have been instrumental in achieving our goals and ensuring the success of this initiative.
Throughout our collaboration, his expertise and commitment have significantly contributed to overcoming challenges and implementing effective solutions. His proactive approach and attention to detail have not only streamlined processes but also inspired confidence among our team and partners.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="contact">
<div class="cc-contact-information" style="background-image: url('images/staticmap.png')">
<div class="container">
<div class="cc-contact">
<div class="row">
<div class="col-md-9">
<div class="card mb-0" data-aos="zoom-in">
<div class="h4 text-center title">Contact Me</div>
<div class="row">
<div class="col-md-6">
<div class="card-body">
<form action="https://formspree.io/f/mrgvdkpv" method="POST">
<div class="p pb-3"><strong>Feel free to contact me </strong></div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-user-circle"></i></span>
<input class="form-control" type="text" name="name" placeholder="Name" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-file-text"></i></span>
<input class="form-control" type="text" name="Subject" placeholder="Subject" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-envelope"></i></span>
<input class="form-control" type="email" name="_replyto" placeholder="E-mail" required="required"/>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="form-group">
<textarea class="form-control" name="message" placeholder="Your Message" required="required"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col">
<button class="btn btn-primary" type="submit">Send</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="card-body">
<p class="mb-0"><strong>Address </strong></p>
<p class="pb-2">Mathilakam PO,Thrissur,Kerala,India</p>
<p class="mb-0"><strong>Phone</strong></p>
<p class="pb-2">8606914198</p>
<p class="mb-0"><strong>Email</strong></p>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div>
<footer class="footer">
<div class="container text-center"><a class="cc-facebook btn btn-link" href="https://www.facebook.com/nived.krishna.963"><i class="fa fa-facebook fa-2x " aria-hidden="true"></i></a><a class="cc-linkedin btn btn-link " href="https://www.linkedin.com/in/nived-krishna-976923257/"><i class="fa fa-linkedin fa-2x " aria-hidden="true"></i></a><a class="cc-github btn btn-link" href="https://github.com/NivedKris"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a><a class="cc-instagram btn btn-link" href="https://www.instagram.com/__._don_.____"><i class="fa fa-instagram fa-2x " aria-hidden="true"></i></a></div>
<div class="h4 title text-center">Nived Krishna</div>
<div class="text-center text-muted">
</div>
</footer>
<script src="js/core/jquery.3.2.1.min.js?ver=1.1.0"></script>
<script src="js/core/popper.min.js?ver=1.1.0"></script>
<script src="js/core/bootstrap.min.js?ver=1.1.0"></script>
<script src="js/now-ui-kit.js?ver=1.1.0"></script>
<script src="js/aos.js?ver=1.1.0"></script>
<script src="scripts/main.js?ver=1.1.0"></script>
</body>
</html>