Skip to content
View araadhay-py's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report araadhay-py

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

Pinned Loading

  1. AI-Jump-Rope-Coach-with-Pose-Estimation AI-Jump-Rope-Coach-with-Pose-Estimation Public

    This is an AI-powered Jump Rope Analyzer that uses human pose estimation to track your reps, detect special moves like cross-hand jumps, and give you real-time feedback. Built with OpenCV and Media…

    Python

  2. Backtracking-and-Constraint-Solvers Backtracking-and-Constraint-Solvers Public

    This project implements two classic backtracking algorithms that are favorites in Google interviews and AI constraint solvers.

    Python

  3. Cartoonify-an-Image-with-Edge-Aware-Stylization Cartoonify-an-Image-with-Edge-Aware-Stylization Public

    Build a Python script that converts any photo into a cartoon-style image by: Detecting edges Smoothing colors Stylizing the image using filters and models This project uses image processing + deep …

    Python

  4. Sliding-window-engine Sliding-window-engine Public

    This project implements multiple interview-grade problems using the sliding window and two-pointer techniques — key tools in optimizing brute force logic.

    Python

  5. tree-algorithms-toolkit tree-algorithms-toolkit Public

    This project implements powerful tree-based data structures widely used in interviews and real-world systems.

    Python

  6. Union-Find-Algorithms-Toolkit Union-Find-Algorithms-Toolkit Public

    This project implements Disjoint Set Union (DSU) aka Union-Find — a fundamental data structure for solving dynamic connectivity problems.

    Python