-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
325 lines (313 loc) · 18.8 KB
/
index.html
File metadata and controls
325 lines (313 loc) · 18.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Md. Sameer Sayed- AI/ML Engineer Portfolio</title>
<meta name="description" content="AI/ML Engineer specializing in Machine Learning, Large Language Models, RAG, and Deep Learning projects">
<meta name="keywords" content="AI, Machine Learning, LLM, RAG, Deep Learning, Portfolio">
<meta name="author" content="Your Name">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="#home">Md. Sameer Sayed</a>
<button class="theme-toggle" id="themeToggle">
<i class="fas fa-moon"></i>
</button>
</div>
<div class="nav-menu">
<a href="#home" class="nav-link">Home</a>
<div class="dropdown">
<a href="#projects" class="nav-link">Projects <i class="fas fa-chevron-down"></i></a>
<div class="dropdown-content">
<a href="#rag-projects">RAG Projects</a>
<a href="#llm-projects">LLM Projects</a>
<a href="#ml-projects">ML Projects</a>
</div>
</div>
<a href="#certifications" class="nav-link">Certifications</a>
<a href="https://github.com/sameer-at-git" class="nav-link" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<a href="https://linkedin.com/in/sameer-0-sayed" class="nav-link" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="#contact" class="nav-link contact-me-btn">Contact Me</a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-main">
<div class="hero-image">
<img src="assets/profile.jpg" alt="Profile Picture">
</div>
<div class="hero-text">
<h1>Md. Sameer Sayed</h1>
<h2>AI/ML Engineer</h2>
<p>Specializing in Machine Learning, Large Language Models, Retrieval-Augmented Generation, and Deep Learning solutions.</p>
<div class="hero-buttons">
<button class="resume-btn" id="hero-resume-btn">Download Resume</button>
<a href="resume.html" class="show-resume-btn">Show Resume</a>
</div>
</div>
</div>
<div class="contact-info">
<h3>Contact Information</h3>
<div class="contact-item">
<i class="fas fa-envelope"></i>
<span>mdsameersayed0@gmail.com</span>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<span>(+880) 1842473434</span>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<span>Dhaka, Bangladesh</span>
</div>
<div class="social-links">
<a href="https://linkedin.com/in/sameer-0-sayed" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/sameer-at-git" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.facebook.com/mdsameersayedadeeb" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.researchgate.net/profile/Md-Sayed-22" target="_blank"><i class="fab fa-researchgate"></i></a>
</div>
</div>
</div>
</section>
<div class="main-content">
<div class="content-left">
<section id="rag-projects" class="projects-section">
<div class="container">
<h2 class="section-title"> Retrieval-Augmented-Generation (RAG) Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-media">
<img src="assets/youtube-chatbot.png" alt="RAG Project 1" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3>Youtube Chatbot using Transcripts with GroqLLM</h3>
<p>Python-based solution that takes a LangChain / Faiss-powered pipeline to automatically fetch, chunk, embed and index transcripts from YouTube videos, and then leverages the GroqLLM to enable natural-language Q&A over the video content , all while logging the chat history for reproducibility and analysis.</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="https://github.com/sameer-at-git/Youtube-Chatbot-using-Transcripts-with-GroqLLM" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="llm-projects" class="projects-section">
<div class="container">
<h2 class="section-title">Large Language Model (LLM) Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-media">
<img src="assets/bsd-b,r,x,.png" alt="LLM Project 1" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3>Bangla SMS Spam Detection Using RoBERTa XLMRoBERTa BERT</h3>
<p>This repository presents the code and resources for our research on Bengali SMS spam detection. We employed various transformer-based architectures and a custom dataset to achieve high-performance classification, with our findings submitted for peer review.</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="https://github.com/sameer-at-git/Bangla-SMS-Spam-Detection-Using-RoBERTa-XLMRoBERTa-BERT" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-media">
<img src="assets/stock-data-nlp.png" alt="LLM Project 3" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3> Sentiment Analysis using Stock Data NLP</h3>
<p>A Python project that combines stock market data with natural language processing to uncover how sentiment from stock data correlate with stock price movements. It features data collection & cleaning, exploratory data analysis, visualizations, model experiments, and reporting to help understand and predict market behavior.</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="https://github.com/sameer-at-git/Comparison-of-BERT-and-ELEKTRA-in-Sentiment-Analysis" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-media">
<img src="assets/sms-spam.png" alt="LLM Project 4" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3> SMS Spam Classification using Naive Bayes Decision Tree and Random Forest</h3>
<p>A complete SMS spam-classification pipeline using classic machine-learning algorithms: it ingests the publicly available SMS spam dataset, applies text preprocessing (cleaning, tokenization, vectorization), then trains and evaluates three classifiers : Naïve Bayes model, a Decision Tree, and a Random Forest</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="https://github.com/sameer-at-git/SMS-Spam-Classification-using-Naive-Bayes-Decision-Tree-and-Random-Forest" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="ml-projects" class="projects-section">
<div class="container">
<h2 class="section-title">Machine Learning (ML) Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-media">
<img src="assets/project-thumbnails/ml-project1.jpg" alt="ML Project 1" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3>Book Recommender System using Collaborative Filtering and Streamlit</h3>
<p>--------------------------------------------------------------------.</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="https://github.com/sameer-at-git/Book-Recommender-System-using-Collaborative-Filtering-and-Streamlit" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-media">
<img src="assets/project-thumbnails/ml-project2.jpg" alt="ML Project 2" class="project-img">
<video class="project-video" loop muted>
<source src="#" type="video/mp4">
</video>
</div>
<div class="project-info">
<h3>Legal Document Analysis Tool</h3>
<p>RAG-powered system for legal document analysis and precedent retrieval.</p>
<div class="project-links">
<a href="#" class="project-link demo"><i class="fas fa-external-link-alt"></i> Try Demo</a>
<a href="#" class="project-link github"><i class="fab fa-github"></i> GitHub</a>
<a href="#" class="project-link video" data-video="#"><i class="fas fa-play-circle"></i> Video</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="certifications" class="certifications-section">
<div class="container">
<h2 class="section-title">Certifications</h2>
<div class="certifications-grid">
<div class="certification-card">
<div class="certification-img">
<img src="#" alt="Certification 1">
</div>
<div class="certification-info">
<h3>Machine Learning Specialization</h3>
<p>Stanford University</p>
<span>Issued: May 2023</span>
</div>
</div>
<div class="certification-card">
<div class="certification-img">
<img src="#" alt="Certification 2">
</div>
<div class="certification-info">
<h3>Deep Learning Certification</h3>
<p>DeepLearning.AI</p>
<span>Issued: March 2023</span>
</div>
</div>
<div class="certification-card">
<div class="certification-img">
<img src="#" alt="Certification 3">
</div>
<div class="certification-info">
<h3>Natural Language Processing</h3>
<p>Coursera</p>
<span>Issued: January 2023</span>
</div>
</div>
<div class="certification-card">
<div class="certification-img">
<img src="#" alt="Certification 4">
</div>
<div class="certification-info">
<h3>TensorFlow Developer Certificate</h3>
<p>Google</p>
<span>Issued: November 2022</span>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<span class="error-message" id="nameError"></span>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<span class="error-message" id="emailError"></span>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
<span class="error-message" id="subjectError"></span>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
<span class="error-message" id="messageError"></span>
</div>
<button type="submit" class="submit-btn">Send Message</button>
</form>
</div>
</section>
</div>
<div class="content-right">
<div class="github-repos">
<h3>Latest GitHub Repositories</h3>
<div class="repos-list" id="reposList">
<div class="repo-loading">Loading repositories...</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p>© 2025 Md.Sameer Sayed. All rights reserved.</p>
</div>
</footer>
<div class="video-modal" id="videoModal">
<div class="modal-content">
<span class="close-modal" id="closeModal">×</span>
<video controls id="modalVideo">
Your browser does not support the video tag.
</video>
<div class="video-info">
<h3 id="videoTitle">Project Demo</h3>
<p id="videoDescription">Project demonstration video</p>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>