Skip to content

Commit d81059a

Browse files
committed
updated portfolio with static html files for student performance predictor
1 parent 192b50f commit d81059a

6 files changed

Lines changed: 578 additions & 8 deletions

blog.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,22 @@ <h2 class="section-heading">Recent Posts</h2>
8989

9090
<!-- blogs -->
9191

92+
<article class="blog-post" data-tags="aws,python,flask,scikit-learn,pandas,numpy,aws ec2,aws elastic beanstalk,mlops">
93+
<h3 class="post-meta">
94+
<a href="posts/student-performance-prediction-when-simple-isnt-always-better.html">Student Performance Prediction: When Simple Isn&#39;t Always Better</a>
95+
</h3>
96+
97+
<p class="section-label">Published on: 2025-09-19</p>
98+
99+
<p>A candid, in-depth account of developing an end-to-end Student Performance Prediction system. This post explores the journey from an experimental Jupyter Notebook to a production-ready, modular ML pipeline, covering the critical roles of custom logging, exception handling, and a component-based architecture. It also details the real-world challenges and hard-won lessons from deploying a Flask application on AWS.</p>
100+
101+
102+
<div class="tech-stack">
103+
104+
</div>
105+
106+
</article>
107+
92108
<article class="blog-post" data-tags="huggingface transformers,pytorch,fastapi,docker,python,weights &amp; biases,mlops,nlp">
93109
<h3 class="post-meta">
94110
<a href="posts/text-summarizer-journey-serving-the-model-part-3.html">Text Summarizer Journey: Serving the Model (Part 3)</a>
@@ -234,6 +250,8 @@ <h2 class="section-heading">Filter by Technology</h2>
234250

235251
<button class="tag filter-tag" data-tag="aws ecr">AWS ECR</button>
236252

253+
<button class="tag filter-tag" data-tag="aws elastic beanstalk">AWS Elastic Beanstalk</button>
254+
237255
<button class="tag filter-tag" data-tag="aws s3">AWS S3</button>
238256

239257
<button class="tag filter-tag" data-tag="aws sagemaker">AWS SageMaker</button>
@@ -260,6 +278,10 @@ <h2 class="section-heading">Filter by Technology</h2>
260278

261279
<button class="tag filter-tag" data-tag="nlp">NLP</button>
262280

281+
<button class="tag filter-tag" data-tag="numpy">NumPy</button>
282+
283+
<button class="tag filter-tag" data-tag="pandas">Pandas</button>
284+
263285
<button class="tag filter-tag" data-tag="pytorch">PyTorch</button>
264286

265287
<button class="tag filter-tag" data-tag="python">Python</button>

0 commit comments

Comments
 (0)