You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page.tsx
+18-12Lines changed: 18 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -43,47 +43,53 @@ export default function Portfolio() {
43
43
constprojectsArray=[
44
44
{
45
45
title: "Trivivo",
46
-
description: "Developed a full-stack web app with a Django/MySQL backend, HTML5/CSS3/jQuery frontend, RESTful API and real-time admin dashboard, optimizing game management by 45%.",
46
+
description: "Crafted a feature-rich, dynamic quiz game platform with progressive difficulty levels, real-time analytics, and comprehensive admin tools, complemented by a secure API for question management and user engagement tracking.",
description: "Designed a low-rank approximation image compression algorithm with 25%+ size reduction, visualized using OpenCV/Pillow, and deployed an interactive Streamlit web app for real-time results.",
54
+
description: "Designed and deployed an advanced image compression algorithm achieving 25%+ size reduction, complemented by a real-time interactive web application for demonstrating compression quality and efficiency.",
description: "Developed a C++ chess engine, innovating 3-way and 4-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
72
+
description: "Developed a C++ chess engine with innovative multi-player variants and AI capabilities, employing advanced software design patterns and rigorous testing methodologies in a Linux environment.",
70
73
repo: false,
71
-
live: false
74
+
live: false,
75
+
techStack: [`C++`,`CMake`,`XQuartz`]
72
76
},
73
77
{
74
78
title: "EcoWiz",
75
-
description: "Developed a full-stack garbage classification app with React/Flask, and an 80% accurate multimodal model using ResNet-50 CNN and YOLOv8.",
79
+
description: "Engineered a full-stack application featuring a multimodal image classification system for garbage sorting, achieving 80% accuracy through advanced deep learning techniques.",
description: "Developed a full-stack health app for blood donation accessibility with a Firebase backend, HTML5/CSS3/jQuery frontend, and integrated a chatbot using DialogFlow API to boost user engagement.",
87
+
description: "Developed a comprehensive full-stack health application to streamline blood donation and transfusion processes, incorporating an AI-powered chatbot to enhance user engagement and accessibility.",
0 commit comments