-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (280 loc) · 19.5 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
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
Profile Page
</title>
<meta name="description" content="Niladri Das - Full Stack Developer specializing in AI, cloud computing, and high-performance computing.">
<meta property="og:title" content="Niladri Das - Full Stack Developer">
<meta property="og:description" content="Leading software developer, NVIDIA Developer Program member, and AI innovator.">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/125604915?v=4">
<meta property="og:url" content="https://bniladridas.github.io/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Niladri Das - Full Stack Developer">
<meta name="twitter:description" content="Leading software developer, NVIDIA Developer Program member, and AI innovator.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/125604915?v=4">
<link rel="icon" href="https://img.icons8.com/material-outlined/24/html-filetype.png" type="image/png">
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<script async src="https://cse.google.com/cse.js?cx=00ac7751ccea04e74"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #0d1117;
color: #c9d1d9;
}
.gcse-searchbox-only {
margin-top: 20px;
}
.container {
flex: 1;
}
footer {
margin-top: auto;
}
.header {
background-color: #161b22;
padding: 20px 0;
text-align: center;
position: relative;
}
.header h1 {
font-size: 3rem;
font-weight: 700;
margin: 0;
}
.header p {
font-size: 1.25rem;
margin: 0;
}
.profile-img {
border: 5px solid #30363d;
}
.social-icons a {
color: #58a6ff;
font-size: 1.5rem;
margin: 0 10px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #1f6feb;
}
.content {
padding: 40px 20px;
}
.content p {
font-size: 1rem;
line-height: 1.6;
}
.content strong {
color: #58a6ff;
}
footer {
background-color: #161b22;
padding: 20px 0;
text-align: center;
}
.language-selector {
position: absolute;
top: 20px;
right: 20px;
}
.language-selector select {
background-color: #161b22;
color: #c9d1d9;
border: 1px solid #30363d;
padding: 5px;
border-radius: 5px;
}
.voice-output-button {
position: absolute;
top: 20px;
left: 20px;
background-color: #161b22;
color: #c9d1d9;
border: 1px solid #30363d;
padding: 5px;
border-radius: 5px;
cursor: pointer;
}
</style>
</head>
<body>
<div class="header">
<div class="container mx-auto px-4">
<h1 id="name">
Niladri Das
</h1>
<p id="title">
Full Stack Developer
</p>
<div class="language-selector">
<select id="language-select" onchange="changeLanguage()">
<option value="en">US</option>
<option value="es">ES</option>
<option value="fr">FR</option>
<option value="jp">JP</option>
<option value="cn">CN</option>
<option value="de">DE</option>
</select>
</div>
<button class="voice-output-button" onclick="toggleVoiceOutput()">
<i class="fas fa-volume-up"></i>
</button>
</div>
</div>
<div class="container mx-auto px-4 py-8 content">
<!-- Add Google Custom Search box -->
<div class="gcse-searchbox-only"></div>
<div class="flex flex-col items-center md:flex-row md:items-start">
<div class="flex-shrink-0 mb-6 md:mb-0 md:mr-6">
<img alt="Profile picture of Niladri Das" class="rounded-full w-24 h-24 profile-img" height="100" src="https://avatars.githubusercontent.com/u/125604915?v=4" width="100"/>
<div class="flex justify-center mt-2 social-icons">
<a class="mx-2" href="https://www.linkedin.com/in/bniladridas/">
<i class="fab fa-linkedin">
</i>
</a>
<a class="mx-2" href="https://github.com/bniladridas">
<i class="fab fa-github">
</i>
</a>
</div>
</div>
<div>
<p id="description1">
Niladri Das is a leading software developer, NVIDIA Developer Program member, and AI innovator. He specializes in full-stack development, cloud computing, and artificial intelligence. His expertise includes containerization with Docker, orchestration with Kubernetes, and high-performance computing using CUDA for GPU acceleration.
</p>
<p id="description2">
He develops custom AI architectures from scratch. He leverages transformer models, deep learning frameworks, and cloud-based APIs to build intelligent and scalable systems. His work includes kernel-level optimizations using CUDA, ensuring efficient parallel computing and real-time AI processing.
</p>
<p id="description3">
Niladri actively contributes to DevOps pipelines, CI/CD automation, and cloud-native deployments. He integrates machine learning, edge computing, and distributed AI for production-ready applications. His projects range from computer vision systems using OpenCV to natural language processing models deployed on high-performance cloud platforms.
</p>
<p id="description4">
Additionally, Niladri plays a pivotal role in performance optimization, system debugging, and secure development practices. He utilizes GitHub, GitGuardian, and industry-leading tools to enhance software reliability. His innovation extends to developing AI-driven assistants, anomaly detection systems, and full-stack applications that seamlessly bridge hardware-accelerated computing and cloud-based AI solutions.
</p>
<p>
Contributions:
<ul class="list-disc list-inside">
<li>
<a href="https://huggingface.co/bniladridas/conversational-ai-base-model" class="text-blue-600" target="_blank">
Conversational AI Base Model on Hugging Face
</a>
</li>
<li>
<a href="https://pypi.org/project/spam-detection-system/" class="text-blue-600" target="_blank">
Spam Detection System on PyPI
</a>
</li>
<li>
<a href="https://leetcode.com/u/bniladridas" class="text-blue-600" target="_blank">
LeetCode Profile
</a>
</li>
<li>
<a href="https://rubygems.org/gems/friday_gemini_ai" class="text-blue-600" target="_blank">
Ruby Project
</a>
</li>
</ul>
</p>
<p id="google-member">
Google Developer Member since 2021
</p>
</div>
</div>
</div>
<footer>
<p>© 2025 Niladri Das. All rights reserved.</p>
</footer>
<script>
const translations = {
en: {
name: "Niladri Das",
title: "Full Stack Developer",
description1: "Niladri Das is a leading software developer, NVIDIA Developer Program member, and AI innovator. He specializes in full-stack development, cloud computing, and artificial intelligence. His expertise includes containerization with Docker, orchestration with Kubernetes, and high-performance computing using CUDA for GPU acceleration.",
description2: "He develops custom AI architectures from scratch. He leverages transformer models, deep learning frameworks, and cloud-based APIs to build intelligent and scalable systems. His work includes kernel-level optimizations using CUDA, ensuring efficient parallel computing and real-time AI processing.",
description3: "Niladri actively contributes to DevOps pipelines, CI/CD automation, and cloud-native deployments. He integrates machine learning, edge computing, and distributed AI for production-ready applications. His projects range from computer vision systems using OpenCV to natural language processing models deployed on high-performance cloud platforms.",
description4: "Additionally, Niladri plays a pivotal role in performance optimization, system debugging, and secure development practices. He utilizes GitHub, GitGuardian, and industry-leading tools to enhance software reliability. His innovation extends to developing AI-driven assistants, anomaly detection systems, and full-stack applications that seamlessly bridge hardware-accelerated computing and cloud-based AI solutions.",
googleMember: "Google Developer Member since 2021"
},
es: {
name: "Niladri Das",
title: "Desarrollador Full Stack",
description1: "Niladri Das es un desarrollador de software líder, miembro del Programa de Desarrolladores de NVIDIA e innovador en IA. Se especializa en desarrollo full-stack, computación en la nube e inteligencia artificial. Su experiencia incluye la contenedorización con Docker, la orquestación con Kubernetes y la computación de alto rendimiento utilizando CUDA para la aceleración de GPU.",
description2: "Desarrolla arquitecturas de IA personalizadas desde cero. Aprovecha modelos de transformadores, marcos de aprendizaje profundo y API basadas en la nube para construir sistemas inteligentes y escalables. Su trabajo incluye optimizaciones a nivel de kernel utilizando CUDA, asegurando una computación paralela eficiente y un procesamiento de IA en tiempo real.",
description3: "Niladri contribuye activamente a pipelines de DevOps, automatización de CI/CD y despliegues nativos en la nube. Integra aprendizaje automático, computación en el borde e IA distribuida para aplicaciones listas para producción. Sus proyectos van desde sistemas de visión por computadora utilizando OpenCV hasta modelos de procesamiento de lenguaje natural desplegados en plataformas en la nube de alto rendimiento.",
description4: "Además, Niladri juega un papel fundamental en la optimización del rendimiento, depuración de sistemas y prácticas de desarrollo seguro. Utiliza GitHub, GitGuardian y herramientas líderes en la industria para mejorar la fiabilidad del software. Su innovación se extiende a desarrollar asistentes impulsados por IA, sistemas de detección de anomalías y aplicaciones full-stack que conectan sin problemas la computación acelerada por hardware y soluciones de IA basadas en la nube.",
googleMember: "Miembro del Programa de Desarrolladores de Google desde 2021"
},
fr: {
name: "Niladri Das",
title: "Développeur Full Stack",
description1: "Niladri Das est un développeur de logiciels de premier plan, membre du programme de développeurs NVIDIA et innovateur en IA. Il se spécialise dans le développement full-stack, l'informatique en nuage et l'intelligence artificielle. Son expertise comprend la conteneurisation avec Docker, l'orchestration avec Kubernetes et l'informatique haute performance utilisant CUDA pour l'accélération GPU.",
description2: "Il développe des architectures d'IA personnalisées à partir de zéro. Il tire parti des modèles de transformateurs, des cadres d'apprentissage profond et des API basées sur le cloud pour construire des systèmes intelligents et évolutifs. Son travail comprend des optimisations au niveau du noyau utilisant CUDA, garantissant une informatique parallèle efficace et un traitement de l'IA en temps réel.",
description3: "Niladri contribue activement aux pipelines DevOps, à l'automatisation CI/CD et aux déploiements natifs dans le cloud. Il intègre l'apprentissage automatique, l'informatique de périphérie et l'IA distribuée pour des applications prêtes pour la production. Ses projets vont des systèmes de vision par ordinateur utilisant OpenCV aux modèles de traitement du langage naturel déployés sur des plateformes cloud haute performance.",
description4: "De plus, Niladri joue un rôle clé dans l'optimisation des performances, le débogage des systèmes et les pratiques de développement sécurisées. Il utilise GitHub, GitGuardian et des outils de pointe pour améliorer la fiabilité des logiciels. Son innovation s'étend au développement d'assistants pilotés par IA, aux systèmes de détection d'anomalies et aux applications full-stack qui relient de manière transparente l'informatique accélérée par le matériel et les solutions d'IA basées sur le cloud.",
googleMember: "Membre du programme de développeurs Google depuis 2021"
},
jp: {
name: "ニラドリ・ダス",
title: "フルスタック開発者",
description1: "ニラドリ・ダスは、フルスタック開発、クラウドコンピューティング、および人工知能を専門とする、NVIDIA開発者プログラムのメンバーであり、AIの革新者である先進的なソフトウェア開発者です。彼の専門知識には、Dockerによるコンテナ化、Kubernetesによるオーケストレーション、およびGPUアクセラレーションのためのCUDAを使用した高性能コンピューティングが含まれます。",
description2: "彼は、カスタムAIアーキテクチャをゼロから開発します。彼は、トランスフォーマーモデル、ディープラーニングフレームワーク、およびクラウドベースのAPIを活用して、インテリジェントでスケーラブルなシステムを構築します。彼の仕事には、効率的な並列コンピューティングとリアルタイムAI処理を保証するためのCUDAを使用したカーネルレベルの最適化が含まれます。",
description3: "ニラドリは、DevOpsパイプライン、CI/CD自動化、およびクラウドネイティブデプロイメントに積極的に貢献し、機械学習、エッジコンピューティング、および分散AIを統合して、プロダクション対応のアプリケーションを提供します。彼のプロジェクトは、OpenCVを使用したコンピュータビジョンシステムから、高性能クラウドプラットフォームにデプロイされた自然言語処理モデルまで多岐にわたります。",
description4: "さらに、ニラドリは、パフォーマンスの最適化、システムデバッグ、および安全な開発プラクティスにおいて重要な役割を果たし、GitHub、GitGuardian、および業界をリードするツールを使用してソフトウェアの信頼性を向上させます。彼の革新は、AI駆動のアシスタントの開発、異常検出システム、およびハードウェアアクセラレーションコンピューティングとクラウドベースのAIソリューションをシームレスに橋渡しするフルスタックアプリケーションにまで及びます。",
googleMember: "2021年からのGoogle開発者メンバー"
},
cn: {
name: "尼拉德里·达斯",
title: "全栈开发者",
description1: "尼拉德里·达斯是一位领先的软件开发人员,NVIDIA开发者计划成员和AI创新者。专注于全栈开发、云计算和人工智能。他的专业知识包括使用Docker进行容器化、使用Kubernetes进行编排以及使用CUDA进行GPU加速的高性能计算。",
description2: "他从头开始开发定制AI架构。他利用变压器模型、深度学习框架和基于云的API构建智能和可扩展的系统。他的工作包括使用CUDA进行内核级优化,确保高效的并行计算和实时AI处理。",
description3: "尼拉德里积极参与DevOps管道、CI/CD自动化和云原生部署。他集成机器学习、边缘计算和分布式AI,以实现生产就绪的应用程序。他的项目范围从使用OpenCV的计算机视觉系统到部署在高性能云平台上的自然语言处理模型。",
description4: "此外,尼拉德里在性能优化、系统调试和安全开发实践方面发挥了关键作用。他利用GitHub、GitGuardian和行业领先的工具来提高软件的可靠性。他的创新还包括开发AI驱动的助手、异常检测系统和无缝连接硬件加速计算和基于云的AI解决方案的全栈应用程序。",
googleMember: "自2021年以来的Google开发者成员"
},
de: {
name: "Niladri Das",
title: "Full Stack Entwickler",
description1: "Niladri Das ist ein führender Softwareentwickler, Mitglied des NVIDIA-Entwicklerprogramms und KI-Innovator. Er spezialisiert sich auf Full-Stack-Entwicklung, Cloud-Computing und künstliche Intelligenz. Seine Expertise umfasst die Containerisierung mit Docker, die Orchestrierung mit Kubernetes und das Hochleistungsrechnen mit CUDA zur GPU-Beschleunigung.",
description2: "Er entwickelt benutzerdefinierte KI-Architekturen von Grund auf. Er nutzt Transformator-Modelle, Tiefenlern-Frameworks und cloudbasierte APIs, um intelligente und skalierbare Systeme zu bauen. Seine Arbeit umfasst Kernel-Level-Optimierungen mit CUDA, um effizientes paralleles Rechnen und Echtzeit-KI-Verarbeitung zu gewährleisten.",
description3: "Niladri trägt aktiv zu DevOps-Pipelines, CI/CD-Automatisierung und Cloud-nativen Bereitstellungen bei. Er integriert maschinelles Lernen, Edge-Computing und verteilte KI für produktionsreife Anwendungen. Seine Projekte reichen von Computervisionssystemen mit OpenCV bis hin zu natürlichen Sprachverarbeitungsmodellen, die auf Hochleistungs-Cloud-Plattformen bereitgestellt werden.",
description4: "Darüber hinaus spielt Niladri eine entscheidende Rolle bei der Leistungsoptimierung, System-Debugging und sicheren Entwicklungspraxis. Er nutzt GitHub, GitGuardian und branchenführende Tools, um die Zuverlässigkeit der Software zu verbessern. Seine Innovation erstreckt sich auf die Entwicklung von KI-gesteuerten Assistenten, Anomalieerkennungssystemen und Full-Stack-Anwendungen, die nahtlos hardwarebeschleunigtes Rechnen und cloudbasierte KI-Lösungen verbinden.",
googleMember: "Google-Entwicklermitglied seit 2021"
}
};
function changeLanguage() {
const language = document.getElementById('language-select').value;
document.getElementById('name').innerHTML = translations[language].name;
document.getElementById('title').innerHTML = translations[language].title;
document.getElementById('description1').innerHTML = translations[language].description1;
document.getElementById('description2').innerHTML = translations[language].description2;
document.getElementById('description3').innerHTML = translations[language].description3;
document.getElementById('description4').innerHTML = translations[language].description4;
document.getElementById('google-member').innerHTML = translations[language].googleMember;
}
let isSpeaking = false;
let utterance;
function toggleVoiceOutput() {
const synth = window.speechSynthesis;
if (isSpeaking) {
synth.cancel();
isSpeaking = false;
} else {
const language = document.getElementById('language-select').value;
const text = `${translations[language].name}, ${translations[language].title}, ${translations[language].description1}, ${translations[language].description2}, ${translations[language].description3}, ${translations[language].description4}, ${translations[language].googleMember}`;
utterance = new SpeechSynthesisUtterance(text);
synth.speak(utterance);
isSpeaking = true;
}
}
</script>
</body>
</html>