Skip to content
View HAMZOO0's full-sized avatar
♟️
Checkmate
♟️
Checkmate

Block or report HAMZOO0

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.

Content in all repositories owned by your account will be closed.
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
HAMZOO0/README.md

Coding under the stars

Hamza Sajid's GitHub Profile README

Hamza Sajid

Founding Software Engineer @ Zynxis · Generative AI & Agentic AI Engineer · Full-Stack AI Systems Developer

  • I build full-stack AI systems: LangChain / LangGraph agents, RAG pipelines, and MCP servers, on top of the MERN stack and Next.js
  • Founder & CEO of Zynxis, an AI service-based startup
  • Web3 & blockchain developer: Solidity smart contracts, Hardhat, Chainlink, IPFS
  • Cybersecurity researcher, currently working on a few research projects (intrusion detection, honeypots)
  • BS Computer Science at NUST (National University of Sciences & Technology), 2023 to present

Portfolio:New · Old

Email:hamzakhan174722@gmail.com


⚙️ Tech Stack

  • Languages:JavaScriptTypeScriptPythonCC++DartSoliditySQLHTML5CSS
  • AI / ML:PyTorchScikit-learnHugging FaceWhisper AIIBM WatsonX
  • LLM & RAG:LangChainLangGraphRAGMem0MCP (FastMCP)OpenAI SDKGroqGemini
  • Frontend & Mobile:ReactNext.jsTailwindCSSViteFlutterReact Native
  • Backend:Node.jsExpressFastAPIFlaskStreamlitREST APIs
  • Databases & Vector Stores:MongoDBMySQLSQLiteRedisQdrantSupabaseNeo4j
  • Blockchain & Web3:EthereumSolidityHardhatEthers.jsWeb3.jsWagmiChainlinkIPFSMetaMask
  • Cybersecurity:IDSNetwork Traffic AnalysisHoneypotsNmapPacket Analysis
  • Compiler Construction:FlexBison
  • IoT & Hardware:ESP32Arduino
  • Tooling & DevOps:GitGitHubGitHub ActionsDockerLinuxPostmanVercelNetlify

All Time Coding Stats

Total Time: 15 hrs 3 mins
Python 6 hrs 17 mins ██████████░░░░░░░░░░░░░░░ 39.86 %
TypeScript 3 hrs 49 mins ██████░░░░░░░░░░░░░░░░░░░ 24.23 %
Markdown 1 hr 30 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.54 %
Bash 1 hr 2 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.62 %
Other 43 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.60 %

GitHub Stats


streak graph

activity-graph graph
GitHub Contributions 3D

My Projects & Repositories

Full Stack Development & Gen AI

#ProjectDescription
1.AI-Assistant-CFOA comprehensive AI-powered financial management platform designed for CFOs, finance managers, and business owners to make better financial decisions through real-time data insights, forecasting, and AI-driven recommendations.
2.ecommerce-inventory-ejs-sqliteE-commerce Product Inventory System built using Node.js, Express, EJS, and SQLite. Allows admins to manage products (CRUD operations) and sellers to manage their own inventory.
3.MehfilA modern social media platform designed to connect users, share content, and foster online communities. Built with MERN stack, featuring user profiles, real-time interactions, and engaging interface.
4.Blog-WriteFull-featured blogging platform built with modern frontend tools. Users can create, update, and delete blog posts, as well as manage their accounts with rich user experience.
5.AnonyMeA modern, full-stack web application built with Next.js that enables users to receive completely anonymous feedback from others while maintaining privacy and security.
6.SunPulse VoicesSunPulse Voices is an innovative platform that bridges human emotions with scientific data from NASA. Users can anonymously share their thoughts and feelings, which are then analyzed using AI to correlate with space weather, climate patterns, and health impacts. The platform provides real-time visualizations and scientific insights based on NASA's extensive datasets.
7.CyberNewsMailGen AI-powered newsletter system that automatically curates and sends daily cybersecurity news directly to your email. Keeps users up-to-date with latest threats, exploits, and industry insights.
8.ScholarMind, AI Research AgentAutonomous research agent with a LangChain ReAct loop, persistent per-user SQLite memory, and 7 tools (web, arXiv + full PDF reading, PubMed, YouTube transcripts, GitHub). Features a 5-model Groq cascade for zero-drop rate-limit recovery, slash-command tool routing, and a FastMCP server.
9.Qdrant-Redis RAG PipelineProduction-style async RAG system that decouples the API from AI processing using Redis Queue workers. FastAPI returns a job ID instantly while background workers handle embedding, Qdrant vector search, and Groq LLM generation; clients poll for results.

Blockchain Development ⛓️

#ProjectDescription
1.fund4gazaSecure and transparent FundMe DApp built with Solidity, Hardhat, and Chainlink to support humanitarian aid. Accepts ETH donations, tracks funders on-chain, deployed on Sepolia testnet.
2.ChainWinFully decentralized and automated lottery DApp using Solidity, Hardhat, and Chainlink VRF + Automation. Users enter by paying ETH, random winner picked automatically.
3.BlockSafe-DDFBlockchain-based project providing secure data storage and verification solutions. Leverages decentralized nature to ensure data integrity, authenticity, and accessibility.
4.Web-3.0-Real-EstateDecentralized real estate platform built on Ethereum blockchain. Enables secure buying, selling, and lending of properties using smart contracts with transparency.
5.Ether-Chess-OTCOpen source contribution - blockchain-based chess platform with over-the-counter trading capabilities.

Machine & Deep Learning

#ProjectDescriptionRepository
1.Iris Dataset EDAExploratory Data Analysis on the classic Iris dataset with visualization and statistical insights.Ai-Internship-Tasks
2.Tesla Stock Price PredictionTime series forecasting model to predict Tesla stock prices using machine learning algorithms.Ai-Internship-Tasks
3.Heart Disease PredictionMedical diagnosis system using ML to predict heart disease risk based on patient data.Ai-Internship-Tasks
4.News Topic Classifier Using BERTNLP model using BERT transformer for automatic news article topic classification.Ai-Internship-Tasks
5.End-to-End ML PipelineComplete machine learning pipeline using Scikit-learn Pipeline API for automated workflows.Ai-Internship-Tasks
6.Multimodal Housing Price PredictionAdvanced housing price prediction using multiple data modalities and feature engineering.Ai-Internship-Tasks
7.Bayesian NetworkImplementation of Bayesian networks for probabilistic reasoning and inference.AI-Algorithms-and-Projects
8.Minimax AlgorithmGame theory algorithm implementation for optimal decision making in two-player games.AI-Algorithms-and-Projects
9.Tic-Tac-Toe with MinimaxIntelligent Tic-Tac-Toe game with unbeatable AI opponent using minimax algorithm.AI-Algorithms-and-Projects
10.BFS Maze GameBreadth-First Search implementation for solving maze puzzles and pathfinding.AI-Algorithms-and-Projects
11.Search Algorithms (BFS/DFS)Implementation of fundamental search algorithms for graph traversal and problem solving.AI-Algorithms-and-Projects
12.BookBuddy AIAI-powered mobile app connecting users with 20+ million books. Features book search, summaries, and AI chat for insights, recommendations, and story discussions.BookBuddy-AI
13.FloodSense-PK, Flood Intelligence & Early WarningNational flood monitoring platform for Pakistan fusing Sentinel-1 SAR + U-Net (ResNet34, IoU 0.55) flood detection, a 2010 Landsat-5 historical benchmark, and live FFD river data. Includes a four-agent disaster workflow, Qdrant-backed RAG assistant, React + FastAPI web console, and a Flet mobile alert app. Live demoFloodSense-PK
14.Flow-Based Hybrid IDSReal-time intrusion detection system fusing a rule-based heuristic engine with a PyTorch MLP (98.25% validation accuracy) to detect DoS, DDoS, port scanning, and brute-force attacks on live traffic. Logs to Supabase with a live dashboard and companion mobile app.Flow-Based-IDS

Mobile Development

#ProjectDescriptionRepository
1.Currency Converter (Flutter)Cross-platform currency converter app with real-time exchange rates and modern UI.Flutter-Projects
2.Weather App (Flutter)Weather forecasting application with location-based weather data and interactive interface.Flutter-Projects
3.BookBuddy AIAI-powered mobile app connecting users with 20+ million books. Features book search, summaries, and AI chat for insights, recommendations, and story discussions.BookBuddy-AI
4.ChatBot FlutterAI-powered chatbot application built with Flutter for seamless cross-platform communication.chatbot-flutter

Frontend Development

#ProjectDescriptionRepository
1.NextAnimateModern project management platform template built with Next.js and TypeScript. Features task management, real-time communication, file sharing, and collaborative editing.NextAnimate
2.Mess MenuDynamic website for NUST Balochistan Campus mess menu. Provides weekly menu updates with intuitive interface for students and staff.Mess-Menu
3.Donation PlatformResponsive donation website with payment integration and donor management system.Front-End-Projects
4.E-commerce InterfaceModern e-commerce frontend with product catalog, cart functionality, and user interface.Front-End-Projects
5.Landing PagesCollection of responsive landing pages with modern design and call-to-action elements.Front-End-Projects
6.Netflix CloneNetflix-style streaming interface with movie/series catalog and responsive design.Front-End-Projects
7.Portfolio GalleryProfessional portfolio website template with image gallery and contact forms.Front-End-Projects
8.UltraEdit CloneText editor interface replication with syntax highlighting and file management.Front-End-Projects
9.YouTube CloneYouTube-style video platform interface with video player and channel management.Front-End-Projects

React.js Development

#ProjectDescriptionRepository
1.Background ChangerReact app for dynamic background color changing with smooth transitions and color picker functionality.React-Projects
2.Book Mark ManagerBookmark management system with add, edit, delete functionality and local storage integration.React-Projects
3.Password GeneratorAdvanced password generator with customizable length, character sets, and strength indicators.React-Projects
4.Todo ApplicationFeature-rich todo app with add, edit, delete, mark complete functionality and data persistence.React-Projects
5.Currency Converter ProjectReal-time currency conversion with multiple currencies and live exchange rates.React-Projects
6.Web Page Router/RoutingSingle Page Application (SPA) with React Router implementation for seamless navigation.React-Projects
7.Password Analyzer and GeneratorReact.js application for generating secure passwords with customizable criteria and dynamic strength evaluation with user-friendly feedback mechanisms.Password-Analyzer-and-Generator

JavaScript Development

#ProjectDescription
1.BMI CalculatorInteractive BMI calculation tool with user-friendly interface and health category display.
2.Color ChangerDynamic background color changing application with smooth transitions.
3.Currency ConverterReal-time currency conversion tool with multiple currency support.
4.Digital ClockLive digital clock display with date and time functionality.
5.Dynamic Website BuilderTool for creating dynamic websites with interactive components.
6.Email SenderEmail sending application with form validation and SMTP integration.
7.GitHub Account TrackerTrack and display GitHub user profiles and repository information.
8.Guess The Number GameInteractive number guessing game with score tracking.
9.Image RemoverTool for removing/editing images with various filters and effects.
10.Keyboard CheckKeyboard key detection and testing application.
11.Unlimited Background ColorContinuous background color generation with smooth animations.
12.JavaScript-Projects RepositoryComplete Collection: Access all JavaScript projects in one repository.

C++ Development

#ProjectDescriptionRepository
1.Betting GameConsole-based betting simulation game with multiple game modes and score tracking.Cpp-Projects
2.Blockchain SimulatorBasic blockchain implementation demonstrating core concepts and transaction validation.Cpp-Projects
3.Calculator with HistoryAdvanced calculator with operation history, memory functions, and complex calculations.Cpp-Projects
4.Car Parking SystemAutomated parking management system with slot allocation and fee calculation.Cpp-Projects
5.Encrypted Password ManagementSecure password storage system with encryption and user authentication.Cpp-Projects
6.HangMan GameInteractive word-guessing game with multiple difficulty levels and scoring system.Cpp-Projects
7.Hospital Management SystemComplete hospital management with patient records, appointments, and staff management.Cpp-Projects
8.Library Management SystemBook inventory, member management, issue/return tracking, and fine calculation system.Cpp-Projects
9.Student Management SystemStudent records, grades, attendance tracking, and report generation system.Cpp-Projects
10.Restaurant Management SystemOrder management, menu handling, billing, and inventory tracking for restaurants.Cpp-Projects
11.OOP Currency ConverterObject-oriented currency converter with real-time rates and multiple currencies.Cpp-Projects
12.Pakistan Flag DisplayGraphical representation of Pakistan flag using console graphics.Cpp-Projects
13.Note-Pad ApplicationText editor with file operations, search/replace functionality using Graphics.h.Cpp-Projects
14.Snake GameClassic snake game implementation with graphics, scoring, and collision detection.Cpp-Projects
15.Breakout GameBrick-breaking game with physics, power-ups, and multiple levels using SFML.SFML-Projects
16.Tic-Tac-Toe (SFML)Interactive tic-tac-toe game with AI opponent and graphics interface.SFML-Projects
17.AgenticAST, LLM-Driven Compiler SecurityCustom Flex/Bison compiler that exports the AST as JSON and passes it to a Groq-powered LLM agent (Llama 3.3-70B) for semantic security auditing, blocking unsafe code (e.g. infinite loops) before execution.AgenticAST

Backend Development

#ProjectDescription
1.Video-StreamingModern video streaming platform with robust backend for uploading, viewing, and managing video content with user-friendly interface.
2.File-Sharing-PlatformSecure file upload platform using Node.js and Express. Generates shareable links with smooth file handling and security measures.

Database Development

#ProjectDescription
1.database-projectComplete MySQL replication of Telemart website database including schema setup, sample data population, query testing, and Entity-Relationship Diagram (ERD).

IoT & Hardware Projects

#ProjectDescription
1.Voice-Control-Home-AutomationDLD semester project integrating ESP32 microcontrollers for voice-controlled home automation system, accessible via Alexa voice assistant.
2.ESPWatch-IoT-Attack-Surface-MonitorLightweight ESP32-based honeypot for ethical network monitoring, attacker analysis, and IoT security learning. Logs HTTP requests, TCP probes, Nmap scans, and suspicious behaviors for safe, educational lab use.

Pinned Loading

  1. Flow-Based-IDS-with-Heuristic-DL-FusionFlow-Based-IDS-with-Heuristic-DL-FusionPublic

    A real-time Intrusion Detection System combining a heuristic rule engine and a Deep Learning MLP to detect DoS, DDoS, Port Scanning, and Brute Force attacks on live network traffic. Integrated with…

    Python 1

  2. ChainWinChainWinPublic

    A fully decentralized and automated lottery DApp using Solidity, Hardhat, and Chainlink VRF + Automation. Users enter by paying ETH, and a random winner is picked & rewarded automatically without a…

    JavaScript

  3. FloodSense-PK-RealTime-Flood-Detection-Sentinel1-UNetFloodSense-PK-RealTime-Flood-Detection-Sentinel1-UNetPublic

    FloodSense-PK: A Real-Time Flood Detection and Early Warning System for Pakistan Using Sentinel-1 SAR Imagery, U-Net Segmentation, and Multi-Source Data Fusion

    Python 1

  4. Qdrant-Redis-RAG-PipelineQdrant-Redis-RAG-PipelinePublic

    Asynchronous PDF Q&A system using Redis Queue (RQ), Qdrant Vector DB, Hugging Face embeddings, and Groq-powered RAG.

    Python 2

  5. AgenticAST-LLM-Driven-Semantic-Security-in-CompilersAgenticAST-LLM-Driven-Semantic-Security-in-CompilersPublic

    AgenticAST is a framework for LLM-Driven Semantic Security in Compiler Construction

    Yacc 1

  6. ESPWatch-IoT-Attack-Surface-MonitorESPWatch-IoT-Attack-Surface-MonitorPublic

    A lightweight ESP32-based honeypot for ethical network monitoring, attacker analysis, and IoT security learning.

    C++