Skip to content
View Sasaank79's full-sized avatar

Block or report Sasaank79

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Driving-Narrator-Legacy-Edge Driving-Narrator-Legacy-Edge Public

    Real-time traffic sign narrator engineered for legacy Edge hardware (Intel i5). Achieves 14 FPS / 97% mAP using YOLOv11, OpenVINO INT8 quantization, and Asynchronous Multi-threading.

    Jupyter Notebook

  2. Serverless-Student-Success-Prediction-System Serverless-Student-Success-Prediction-System Public

    End-to-end serverless ML pipeline predicting student dropout. Features a Stacking Ensemble (XGBoost, CatBoost) deployed on AWS Lambda via Docker. Achieves 77.5% Accuracy / 0.86 AUC.

    Python

  3. Inventory-Management-System Inventory-Management-System Public

    Production-ready inventory management system featuring real-time analytics, SKU tracking, and automated database seeding. Built with Flask, PostgreSQL, and SQLAlchemy. Deployed on Render.

    Python

  4. Facial-Emotion-Recognition Facial-Emotion-Recognition Public

    Real-time facial emotion recognition system powered by EfficientNetV2. Achieves 72.7% accuracy on FER-2013. Features MediaPipe face detection and temporal smoothing for stable video inference.

    Jupyter Notebook

  5. Java-Inventory-System Java-Inventory-System Public

    Lightweight REST API for inventory tracking built with Spring Boot 3.2. Features clean layered architecture (Controller-Repository-Entity), H2 in-memory persistence, and full CRUD capabilities.

    Java

  6. URL_Shortener URL_Shortener Public

    High-performance URL shortening service (Bit.ly clone). Features Base62 encoding, Redis caching for sub-millisecond latency, and PostgreSQL persistence. Built with Java Spring Boot 3.2 & Docker.

    Java