FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Sara12-2 (Sara Manzoor) Β· GitHub

πŸ’­
Consistently Working
πŸ’­
Consistently Working

Block or report Sara12-2

Block user

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sara12-2/README.md
<!-- 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&center=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 &nbsp;β€’&nbsp; LLM Fine-Tuning &nbsp;β€’&nbsp; Production Deployment (Docker/CI-CD)

---

## Featured Projects β€” AI / ML

<table>
<tr>
<td width="50%" valign="top">

### πŸš‘ High-Cost Patient Prediction
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![XGBoost](https://img.shields.io/badge/XGBoost-EB5E28?style=flat-square)
![LightGBM](https://img.shields.io/badge/LightGBM-4285F4?style=flat-square)
![Pandas](https://img.shields.io/badge/Pandas-150458?style=flat-square&logo=pandas&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/High_Cost_Patient_prediction_Softtec_Competition_Project)

</td>
<td width="50%" valign="top">

### πŸ“„ PaperMind AI
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![NextJS](https://img.shields.io/badge/Next.js_16-black?style=flat-square&logo=next.js)
![Flask](https://img.shields.io/badge/Flask-000000?style=flat-square&logo=flask&logoColor=white)
![SentenceTransformers](https://img.shields.io/badge/Sentence_Transformers-8B9A6B?style=flat-square)
![Groq](https://img.shields.io/badge/Groq_Llama3-F55036?style=flat-square&logo=meta&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/PaperMind-AI)

</td>
</tr>

<tr>
<td width="50%" valign="top">

### πŸ“¦ StockFlow AI
![NextJS](https://img.shields.io/badge/Next.js-14-black?style=flat-square&logo=next.js)
![React](https://img.shields.io/badge/React-18-61DAFB?style=flat-square&logo=react&logoColor=black)
![Flask](https://img.shields.io/badge/Flask-3-000000?style=flat-square&logo=flask)
![Redis](https://img.shields.io/badge/Redis-7-DC382D?style=flat-square&logo=redis&logoColor=white)
![Docker](https://img.shields.io/badge/Docker-Compose-2496ED?style=flat-square&logo=docker&logoColor=white)

**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

[![Watch Demo](https://img.shields.io/badge/πŸ”—_Watch_Demo-6B8E23?style=for-the-badge)](https://drive.google.com/file/d/1HHUJQYC6oSzfxB-GVjuexE-uqA_HF_8g/view?usp=sharing)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Full-Stack-Inventory-Management-SaaS-with-AI-Forecasting)

</td>
<td width="50%" valign="top">

### πŸŽ“ UoL AI Assistant
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![Flask](https://img.shields.io/badge/Flask-000000?style=flat-square&logo=flask&logoColor=white)
![Groq](https://img.shields.io/badge/Groq_Llama3-F55036?style=flat-square&logo=meta&logoColor=white)
![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=mysql&logoColor=white)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://uo-l-ai-assistant-hackathon-2026.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/UoL-AI-Assistant-Hackathon-2026)

</td>
</tr>

<tr>
<td width="50%" valign="top">

### πŸ– ASL Sign Language Recognition
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![TensorFlow](https://img.shields.io/badge/TensorFlow-FF6F00?style=flat-square&logo=tensorflow&logoColor=white)
![Keras](https://img.shields.io/badge/Keras-D00000?style=flat-square&logo=keras&logoColor=white)
![OpenCV](https://img.shields.io/badge/OpenCV-5C3EE8?style=flat-square&logo=opencv&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/ASL_Sign_Language_Recognition)

</td>
<td width="50%" valign="top">

### πŸ›’ Smart Retail Shelf Monitoring
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![YOLOv8](https://img.shields.io/badge/YOLOv8-111F68?style=flat-square)
![OpenCV](https://img.shields.io/badge/OpenCV-5C3EE8?style=flat-square&logo=opencv&logoColor=white)
![Tkinter](https://img.shields.io/badge/Tkinter-3776AB?style=flat-square&logo=python&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](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
![React](https://img.shields.io/badge/React-19-149ECA?style=flat-square&logo=react&logoColor=white)
![Vite](https://img.shields.io/badge/Vite-646CFF?style=flat-square&logo=vite&logoColor=white)
![Flask](https://img.shields.io/badge/Flask-3-000000?style=flat-square&logo=flask&logoColor=white)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16-4169E1?style=flat-square&logo=postgresql&logoColor=white)
![Docker](https://img.shields.io/badge/Docker-Compose-2496ED?style=flat-square&logo=docker&logoColor=white)

**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)

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/EventSphere-Pro)

</td>
<td width="50%" valign="top">

### β˜• Smart Cafeteria System
![Flask](https://img.shields.io/badge/Flask-000000?style=flat-square&logo=flask&logoColor=white)
![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=mysql&logoColor=white)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=white)
![Chart.js](https://img.shields.io/badge/Chart.js-FF6384?style=flat-square&logo=chart.js&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Smart_Cafeteria_Full_Stack_Website)

</td>
</tr>

<tr>
<td width="50%" valign="top">

### πŸ›’ Grocery Store Website
![Python](https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white)
![Flask](https://img.shields.io/badge/Flask-000000?style=flat-square&logo=flask&logoColor=white)
![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=mysql&logoColor=white)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=bootstrap&logoColor=white)

**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

[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Grocery_Store_Website-)

</td>
<td width="50%" valign="top">

### 🌐 Personal Portfolio
![NextJS](https://img.shields.io/badge/Next.js-15-black?style=flat-square&logo=next.js)
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind-38BDF8?style=flat-square&logo=tailwindcss&logoColor=white)
![Groq](https://img.shields.io/badge/Groq_Llama3-F55036?style=flat-square&logo=meta&logoColor=white)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://my-personal-portfolio-five-zeta.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/My_Personal_Portfolio)

</td>
</tr>

<tr>
<td width="50%" valign="top">

### πŸ’° AURUM Finance Dashboard
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)
![Chart.js](https://img.shields.io/badge/Chart.js-FF6384?style=flat-square&logo=chart.js&logoColor=white)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://expense-tracer-dashboard.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Expense_Tracer_Dashboard)

</td>
<td width="50%" valign="top">

### πŸš€ Apex β€” Appointment Dashboard
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)
![Chart.js](https://img.shields.io/badge/Chart.js-FF6384?style=flat-square&logo=chart.js&logoColor=white)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://appointment-booking-dashboard-ten.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Appointment_booking_Dashboard)

</td>
</tr>

<tr>
<td width="50%" valign="top">

### πŸ› TechNest β€” E-Commerce Store
![React](https://img.shields.io/badge/React-19-61DAFB?style=flat-square&logo=react&logoColor=black)
![Vite](https://img.shields.io/badge/Vite-646CFF?style=flat-square&logo=vite&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://tech-nest-ecommerce.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/TechNest_Ecommerce_Website)

</td>
<td width="50%" valign="top">

### πŸ” SwiftEats β€” Food Delivery Landing Page
![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://restaurant-food-delivery-website-la.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sara12-2/Swifteats_Premium_food_delievery_landing_page)

</td>
</tr>

<tr>
<td colspan="2" valign="top">

### 🏰 LuxEstate β€” Real Estate Landing Page
![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind-38BDF8?style=flat-square&logo=tailwindcss&logoColor=white)
![Chart.js](https://img.shields.io/badge/Chart.js-FF6384?style=flat-square&logo=chart.js&logoColor=white)

**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

[![Live Demo](https://img.shields.io/badge/πŸ”—_Live_Demo-6B8E23?style=for-the-badge)](https://luxury-real-estate-landing-page-drk.vercel.app/)
[![GitHub](https://img.shields.io/badge/πŸ“_Source_Code-333D1A?style=for-the-badge&logo=github&logoColor=white)](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 &amp; 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 &amp; 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) &nbsp;·&nbsp; 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&section=footer" width="100%"/>
</p>

Pinned Loading

  1. Grocery_Store_Full_Stack_Website Grocery_Store_Full_Stack_Website Public

    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

  2. UoL-AI-Assistant-Hackathon-2026 UoL-AI-Assistant-Hackathon-2026 Public

    πŸŽ“ 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

  3. Full-Stack-Inventory-Management-SaaS-with-AI-Forecasting Full-Stack-Inventory-Management-SaaS-with-AI-Forecasting Public

    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

  4. PaperMind-AI PaperMind-AI Public

    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

  5. High_Cost_Patient_prediction_Softec_Competition_Project High_Cost_Patient_prediction_Softec_Competition_Project Public

    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

  6. EventSphere-Pro EventSphere-Pro Public

    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