_projects.ts
kasmya@soc:~/portfolio$ ls -la ./projects

# projects

  ╔══════════════════════════════════════════════╗
  ║   $ git log --oneline ./projects             ║
  ║   ────────────────────────────────────────   ║
  ║   feat: ship things, learn fast, repeat      ║
  ╚══════════════════════════════════════════════╝

// a curated few. i'm pretty active on github — full repo list, experiments and dotfiles live there. click to see more

const NetworkIntrusionDetection

Python

End-to-end ML pipeline for live packet anomaly detection

Live TCP/IP packet capture (Scapy / PyShark) → feature extraction → Isolation Forest anomaly scoring → YARA hybrid detection → structured security reports with risk severity levels.

PythonScapyIsolation ForestYARA

const ApiSecurityAnalyser

FastAPI

FastAPI + ML multi-layer detection of SQLi, XSS & 0-days

Deployed FastAPI backend with Isolation Forest (payload entropy, request length, traffic patterns) and YARA rules. Live dashboard on Render with IP rate limiting.

FastAPIRenderMLYARA

const WebAuditExtension

TypeScript

Chrome/Edge extension auditing security headers & code quality

Real-time heuristic analysis of security headers, page structure and code quality. Generates scored developer reports with prioritised remediation steps.

TypeScriptChrome ExtHeuristics

const WiCysChatbot

Flask

ML-powered Flask chatbot with React UI

NLP response logic + REST APIs deployed on Vercel for the WiCyS India community. Built under Secure SDLC principles with full review pipeline.

FlaskReactVercelNLP

const VisionRecommender

Python

AI recommendation pipeline using computer-vision facial analysis

Built for GirlScript Summer of Code — modular Python codebase combining OpenCV facial-feature extraction with a personalised product recommendation engine. Owned the full repo lifecycle: model inference, refactoring, optimisation and docs.

PythonOpenCVMLGSSoC

const PortfolioTerminal

TanStack

This site — a terminal-inspired portfolio with matrix rain & ASCII

TanStack Start + React + Tailwind. SSR routes, command palette (⌘K), boot intro, animated matrix background and a custom terminal design system. Built to be readable for non-cybersec folks too.

TanStackReactTailwindVite
   ┌─────────────────────────────────────────┐
   │   >> more_repos = github.com/kasmya     │
   │   >> status: always_shipping            │
   └─────────────────────────────────────────┘
see all projects on github