| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuse<!-- Hero Banner -->
<p align="center">
<img src="https://capsule-render.vercel.app/api?type=waving&height=240&color=0:1A1F13,40:556B2F,70:808000,100:D4AF37&text=Sara%20Manzoor&fontColor=F5F1E3&fontSize=56&fontAlignY=36&desc=AI-Powered%20Full%20Stack%20Developer%20β’%20Machine%20Learning%20Engineer&descSize=18&descAlignY=57&animation=fadeIn" width="100%"/>
</p>
<!-- Typing Animation -->
<p align="center">
<img src="https://readme-typing-svg.herokuapp.com?font=JetBrains+Mono&weight=600&size=22&duration=3000&pause=1000&color=BFCC94¢er=true&vCenter=true&width=900&lines=AI-Powered+Full+Stack+Developer;Machine+Learning+Engineer;RAG+Systems+%7C+AI+SaaS+%7C+LLMs;React+%7C+Next.js+%7C+Flask+%7C+Python;Building+Production-Ready+AI+Applications" />
</p>
<!-- Badges -->
<p align="center">
<img src="https://komarev.com/ghpvc/?username=Sara12-2&label=Profile+Views&color=6B8E23&style=for-the-badge"/>
<img src="https://img.shields.io/github/followers/Sara12-2?label=Followers&style=for-the-badge&logo=github&color=6B8E23"/>
<img src="https://img.shields.io/badge/Open%20to-Full%20Stack%20%26%20AI%2FML%20Roles-808000?style=for-the-badge"/>
</p>
<!-- Social Links -->
<p align="center">
<a href="https://www.linkedin.com/in/sara-manzoor-3a8a56365">
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"/>
</a>
<a href="mailto:saramanzoor76@gmail.com">
<img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white"/>
</a>
<a href="https://www.kaggle.com/sara765">
<img src="https://img.shields.io/badge/Kaggle-20BEFF?style=for-the-badge&logo=kaggle&logoColor=white"/>
</a>
<a href="https://leetcode.com/u/Sara_34/">
<img src="https://img.shields.io/badge/LeetCode-FFA116?style=for-the-badge&logo=leetcode&logoColor=black"/>
</a>
</p>
---
## π About Me
COO at **DevHatch Labs**, building intelligent systems where **AI (ML, NLP, RAG/LLMs)** meets modern **full stack web development**. I turn real-world problems into working, deployed solutions β not just notebooks.
π **Currently Exploring:** Agentic AI β’ LLM Fine-Tuning β’ Production Deployment (Docker/CI-CD)
---
## Featured Projects β AI / ML
<table>
<tr>
<td width="50%" valign="top">
### π High-Cost Patient Prediction




**Problem:** Healthcare payers can't identify which members will become high-cost (>$30k/year) until the cost has already happened β too late for proactive care management.
**Solution:** A LightGBM + XGBoost ensemble on 336 engineered features (cost ratios, code diversity, HCC risk scores), with the decision threshold tuned to maximize recall β catching over 82% of true high-cost members before costs occur.
**Result:** Recall 0.825 Β· F1 0.563 Β· π
Softtec 2026 ML Competition, FAST NUCES Lahore
[](https://github.com/Sara12-2/High_Cost_Patient_prediction_Softtec_Competition_Project)
</td>
<td width="50%" valign="top">
### π PaperMind AI





**Problem:** Reading long research papers to find one fact is slow, and asking a general LLM instead risks a confident, hallucinated answer with no way to verify it.
**Solution:** A RAG pipeline β PDF split into page-aware chunks, embedded locally (zero-cost, no API calls), retrieved by cosine similarity, and answered by an LLM instructed to cite the exact page it used.
**Result:** Every answer is grounded in the actual document, with inline `(p. 3)`-style citations
[](https://github.com/Sara12-2/PaperMind-AI)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### π¦ StockFlow AI





**Problem:** Small e-commerce teams outgrow spreadsheets for inventory but can't justify the cost or complexity of a full ERP system.
**Solution:** A full-stack SaaS where every number that matters β forecasts, reorder quantities β is computed deterministically; an LLM is used *only* to narrate the trend, never to invent a figure. Real-time Socket.IO alerts, full RBAC.
**Result:** 42 backend tests, CI pipeline, and graceful degradation if Redis/Groq are unavailable
[](https://drive.google.com/file/d/1HHUJQYC6oSzfxB-GVjuexE-uqA_HF_8g/view?usp=sharing)
[](https://github.com/Sara12-2/Full-Stack-Inventory-Management-SaaS-with-AI-Forecasting)
</td>
<td width="50%" valign="top">
### π UoL AI Assistant




**Problem:** Students, applicants, and visitors couldn't get quick, role-relevant answers about University of Layyah β info was scattered across static pages nobody reads in full.
**Solution:** A bilingual (EN/UR) AI assistant grounded in real scraped university data, with role-based responses (student/applicant/visitor) and an offline keyword-matching fallback when the API is unreachable.
**Result:** π
Top 10 out of 23+ teams, South Punjab Generative AI Hackathon 2026
[](https://uo-l-ai-assistant-hackathon-2026.vercel.app/)
[](https://github.com/Sara12-2/UoL-AI-Assistant-Hackathon-2026)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### π ASL Sign Language Recognition




**Problem:** Most people can't understand American Sign Language, creating a real communication barrier with no accessible, real-time translation tool at hand.
**Solution:** A CNN trained on class-balanced, augmented ASL image data (with horizontal flip intentionally disabled, since mirroring changes a sign's meaning), served through CLI, image-upload, and live webcam inference.
**Result:** Shared inference code across all three interfaces, unit tests + CI pipeline
[](https://github.com/Sara12-2/ASL_Sign_Language_Recognition)
</td>
<td width="50%" valign="top">
### π Smart Retail Shelf Monitoring




**Problem:** Manual shelf audits are slow and easy to skip, so stockouts often go unnoticed until a customer complains or a sale is lost.
**Solution:** A real-time YOLOv8 detection pipeline that counts items per frame and triggers color-coded low-stock alerts β architected so the detection model can be swapped for a custom-trained, SKU-specific model with zero code changes.
**Result:** CLI-configurable (video/model/threshold), includes a ready-to-use custom fine-tuning script
[](https://github.com/Sara12-2/Smart_Retail_Shelf_Monitoring_with_YOLOv8)
</td>
</tr>
</table>
---
## Featured Projects β Full Stack & Web
<table>
<tr>
<td width="50%" valign="top">
### π EventSphere Pro





**Problem:** Small event organizers need real ticketing infrastructure β booking, seat tracking, revenue β but existing options are either an expensive platform or a form bolted onto a calendar.
**Solution:** A multi-role (attendee/organizer/admin) booking platform with seat-locked bookings that can't overbook, JWT auth with httpOnly + CSRF-protected refresh cookies, and a revenue analytics panel.
**Result:** 11 passing pytest tests, one-command Docker setup (Postgres + Flask + Vite together)
[](https://github.com/Sara12-2/EventSphere-Pro)
</td>
<td width="50%" valign="top">
### β Smart Cafeteria System




**Problem:** Campus/office cafeterias running orders manually leads to mistakes and zero visibility into what's actually selling.
**Solution:** A full-stack ordering system with role-based access (admin/customer), bcrypt-hashed auth, a live order-tracking flow, and a revenue analytics dashboard.
**Result:** Coupons, verified reviews, and full cart-to-checkout flow
[](https://github.com/Sara12-2/Smart_Cafeteria_Full_Stack_Website)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### π Grocery Store Website




**Problem:** Small grocery businesses need an online storefront, but affordable e-commerce options rarely come with real security or delivery logistics built in.
**Solution:** A full-stack platform (42+ products, 12+ tables, 50+ endpoints) with bcrypt hashing, login-attempt lockout, delivery-slot scheduling, and an admin analytics dashboard.
**Result:** ~5,900 lines of code, transaction rollback support, stock validation before every order
[](https://github.com/Sara12-2/Grocery_Store_Website-)
</td>
<td width="50%" valign="top">
### π Personal Portfolio




**Problem:** Static portfolios make visitors dig through sections to find what they actually want to know about a candidate.
**Solution:** A portfolio with a real AI chat assistant (Groq-powered, grounded in my actual background) that answers any question conversationally and attaches project cards automatically when relevant.
**Result:** Runs as a single Vercel Edge Function β no separate backend to host
[](https://my-personal-portfolio-five-zeta.vercel.app/)
[](https://github.com/Sara12-2/My_Personal_Portfolio)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### π° AURUM Finance Dashboard


**Problem:** Most people avoid tracking personal finances because every tool demands a signup and a subscription just to log an expense.
**Solution:** A zero-backend, browser-based finance dashboard β full transaction CRUD, category budgets with color-coded alerts, and multi-currency support, all persisted locally.
**Result:** CSV/JSON export, print-ready reports, dark/light mode
[](https://expense-tracer-dashboard.vercel.app/)
[](https://github.com/Sara12-2/Expense_Tracer_Dashboard)
</td>
<td width="50%" valign="top">
### π Apex β Appointment Dashboard


**Problem:** Small service businesses (salons, clinics, gyms) need appointment scheduling without paying for a heavyweight SaaS subscription.
**Solution:** A single-file dashboard with a FullCalendar-powered visual schedule, complete appointment CRUD, and dynamic accent-color theming β drop the file anywhere and it runs.
**Result:** Honest in-memory data model, clearly documented rather than disguised as persistent
[](https://appointment-booking-dashboard-ten.vercel.app/)
[](https://github.com/Sara12-2/Appointment_booking_Dashboard)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### π TechNest β E-Commerce Store



**Problem:** Small e-commerce businesses need a modern, engaging storefront to compete with bigger brands, but generic templates look dated and don't convert.
**Solution:** A React + Vite storefront with a glassmorphism UI, real-time search/category filtering, cart + wishlist management, and a persistent dark/light theme.
**Result:** Full checkout flow with order confirmation, cart/wishlist persisted via localStorage
[](https://tech-nest-ecommerce.vercel.app/)
[](https://github.com/Sara12-2/TechNest_Ecommerce_Website)
</td>
<td width="50%" valign="top">
### π SwiftEats β Food Delivery Landing Page



**Problem:** Restaurant startups need a premium, trustworthy landing page to convert visitors into orders, without the cost of a full custom build.
**Solution:** A fully responsive landing page with live menu filtering, an animated FAQ accordion, cart-add simulation with toast feedback, and scroll-triggered animations via the Intersection Observer API.
**Result:** Sticky nav with active-section highlighting, smooth-scroll navigation throughout
[](https://restaurant-food-delivery-website-la.vercel.app/)
[](https://github.com/Sara12-2/Swifteats_Premium_food_delievery_landing_page)
</td>
</tr>
<tr>
<td colspan="2" valign="top">
### π° LuxEstate β Real Estate Landing Page



**Problem:** Real estate listings need to convert international buyers, but most landing pages show one currency and give no way to estimate real monthly costs.
**Solution:** An interactive landing page with live search/filter across price, location and type, a real-time mortgage calculator, and a multi-currency switcher (USD/AED/GBP).
**Result:** Full accessibility support (skip links, focus trap, `aria-live` regions), Chart.js market-growth visualization
[](https://luxury-real-estate-landing-page-drk.vercel.app/)
[](https://github.com/Sara12-2/luxury-real-estate-landing-page)
</td>
</tr>
</table>
---
## π§ In Progress
- **ResumeMatch AI** β NLP tool scoring resume-to-job-description fit using TF-IDF/embedding similarity + spaCy skill extraction
- **JobScout AI** β an autonomous multi-step agent that searches, scores, and drafts outreach for job/freelance postings
---
## π Tech Stack
<table width="100%">
<tr>
<td align="center" valign="top" width="50%">
<strong>β‘ Frontend</strong><br/><br/>
<img src="https://skillicons.dev/icons?i=html,css,js,ts,react,nextjs,tailwind,bootstrap,vite" />
</td>
<td align="center" valign="top" width="50%">
<strong>π οΈ Backend & Databases</strong><br/><br/>
<img src="https://skillicons.dev/icons?i=py,flask,mysql,postgres,sqlite,redis" /><br/>
<img src="https://img.shields.io/badge/-REST_APIs-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-SQLAlchemy-D71F00?style=flat-square"/>
<img src="https://img.shields.io/badge/-JWT_Auth-000000?style=flat-square&logo=jsonwebtokens&logoColor=white"/>
<img src="https://img.shields.io/badge/-bcrypt-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-Socket.IO-010101?style=flat-square&logo=socket.io&logoColor=white"/>
</td>
</tr>
<tr>
<td align="center" valign="top" width="50%">
<strong>π€ AI / Machine Learning</strong><br/><br/>
<img src="https://skillicons.dev/icons?i=py,tensorflow,sklearn,opencv" /><br/>
<img src="https://img.shields.io/badge/-Keras-D00000?style=flat-square&logo=keras&logoColor=white"/>
<img src="https://img.shields.io/badge/-XGBoost-EB5E28?style=flat-square"/>
<img src="https://img.shields.io/badge/-LightGBM-4285F4?style=flat-square"/>
<img src="https://img.shields.io/badge/-Pandas-150458?style=flat-square&logo=pandas&logoColor=white"/>
<img src="https://img.shields.io/badge/-NumPy-013243?style=flat-square&logo=numpy&logoColor=white"/><br/>
<img src="https://img.shields.io/badge/-SMOTE-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-NLP-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-spaCy-09A3D5?style=flat-square"/>
<img src="https://img.shields.io/badge/-Computer_Vision-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-YOLOv8-00BFFF?style=flat-square"/>
<img src="https://img.shields.io/badge/-Deep_Learning-8B5CF6?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/-RAG_Systems-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-LangChain-1C3C3C?style=flat-square"/>
<img src="https://img.shields.io/badge/-Groq_API-F55036?style=flat-square"/>
<img src="https://img.shields.io/badge/-Sentence_Transformers-8B9A6B?style=flat-square"/>
<img src="https://img.shields.io/badge/-ChromaDB-8B9A6B?style=flat-square"/>
</td>
<td align="center" valign="top" width="50%">
<strong>βοΈ DevOps, Testing & Tools</strong><br/><br/>
<img src="https://skillicons.dev/icons?i=git,github,docker,vercel,netlify,vscode,figma" /><br/>
<img src="https://img.shields.io/badge/-GitHub_Actions_CI-2088FF?style=flat-square&logo=githubactions&logoColor=white"/>
<img src="https://img.shields.io/badge/-Pytest-0A9EDC?style=flat-square&logo=pytest&logoColor=white"/>
<img src="https://img.shields.io/badge/-Nginx-009639?style=flat-square&logo=nginx&logoColor=white"/><br/>
<img src="https://img.shields.io/badge/-Chart.js-FF6384?style=flat-square&logo=chart.js&logoColor=white"/>
<img src="https://img.shields.io/badge/-Streamlit-FF4B4B?style=flat-square&logo=streamlit&logoColor=white"/>
<img src="https://img.shields.io/badge/-Jupyter_Notebook-F37626?style=flat-square&logo=jupyter&logoColor=white"/>
<img src="https://img.shields.io/badge/-Google_Colab-F9AB00?style=flat-square&logo=googlecolab&logoColor=white"/>
<img src="https://img.shields.io/badge/-Kaggle-20BEFF?style=flat-square&logo=kaggle&logoColor=white"/>
</td>
</tr>
</table>
<p align="center"><i>π± Currently learning: Agentic AI (LangGraph) Β· Hugging Face fine-tuning (LoRA/PEFT)</i></p>
---
## π GitHub Analytics
<!-- Stats + Languages -->
<p align="center">
<img width="49%" src="https://github-profile-summary-cards.vercel.app/api/cards/stats?username=Sara12-2&theme=gruvbox"/>
<img width="49%" src="https://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=Sara12-2&theme=gruvbox"/>
</p>
<!-- Badges -->
<p align="center">
<img src="https://komarev.com/ghpvc/?username=Sara12-2&label=Profile+Views&color=6B8E23&style=for-the-badge"/>
<img src="https://img.shields.io/github/followers/Sara12-2?style=for-the-badge&color=6B8E23"/>
<img src="https://img.shields.io/github/stars/Sara12-2?affiliations=OWNER&style=for-the-badge&color=808000"/>
</p>
<!-- GitHub Streak -->
<p align="center">
<img width="100%" src="https://streak-stats.demolab.com?user=Sara12-2&hide_border=true&background=1A1F13&border=1A1F13&stroke=6B8E23&ring=D4AF37&fire=D4AF37&currStreakNum=F5F1E3&currStreakLabel=BFCC94&sideNums=F5F1E3&sideLabels=BFCC94&dates=8A9A5B"/>
</p>
<!-- Profile Details -->
<p align="center">
<img width="100%" src="https://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=Sara12-2&theme=gruvbox"/>
</p>
<!-- Contribution Graph -->
<p align="center">
<img width="100%" src="https://github-readme-activity-graph.vercel.app/graph?username=Sara12-2&bg_color=1A1F13&color=BFCC94&line=808000&point=F5F1E3&area=true&hide_border=true"/>
</p>
## π« Connect
<p align="center">
<a href="https://github.com/Sara12-2"><img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white"/></a>
<a href="https://www.linkedin.com/in/sara-manzoor-3a8a56365"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"/></a>
<a href="mailto:saramanzoor76@gmail.com"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white"/></a>
</p>
<p align="center">
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:808000,50:6B8E23,100:333D1A&height=100§ion=footer" width="100%"/>
</p>
Full-stack e-commerce website for fresh and organic grocery products with Flask backend, MySQL database, user authentication, shopping cart, wishlist, admin panel
JavaScript 13
π University of Layyah AI Assistant | South Punjab Hackathon 2026 An intelligent, role-based chatbot (Student | Applicant | Visitor) providing instant answers for admissions, fee structures, facultβ¦
Python 5
Built a production-ready inventory management platform for e-commerce businesses. Features include real-time stock tracking, automated order management, and an AI layer that forecasts demand, answeβ¦
TypeScript 6
PaperMind AI is a RAG-based Q&A tool that lets users upload research paper PDFs and ask questions, receiving answers grounded exclusively in the document text with page-number citations. It uses loβ¦
JavaScript 2
This project predicts high-cost healthcare patients using historical medical claims, utilization, and demographic data for a binary classification task. It uses advanced feature engineering and ensβ¦
Jupyter Notebook 10
EventSphere Pro is a proposed full-stack SaaS-style Event Management Platform designed as the third portfolio project for a developer building a Full-Stack + AI Engineer portfolio (alongside AgentFβ¦
JavaScript 5
| Back | FazBrowse Home | New Git URL |