Skip to content
View aryan-r03's full-sized avatar
:copilot:
I may be slow to respond.
:copilot:
I may be slow to respond.

Block or report aryan-r03

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
aryan-r03/README.md

πŸš€ About Me

  • πŸŽ“ Computer Applications in AI & ML | Building real-world solutions at the intersection of software and hardware
  • πŸ”­ Currently working on ML Ops pipelines for CV systems & Arduino, ESP32 IoT projects
  • 🌱 Learning Edge ML, embedded networking, and scalable ML deployment
  • πŸ’‘ Passionate about Computer Vision, IoT sensor integration, and data-driven products
  • πŸ“ Based in India
  • πŸ’¬ Ask me about OpenCV, Arduino, Flask APIs, or ML model deployment

πŸ’» Tech Stack

Languages

Python
Python
C
C
C++
C++
JavaScript
JavaScript
SQL
SQL

ML & Computer Vision

OpenCV
OpenCV
MediaPipe
MediaPipe
scikit-learn
scikit-learn
NumPy
NumPy
Pandas
Pandas

Web & Backend

Flask
Flask
REST API
REST API
HTML5
HTML5
CSS3
CSS3

IoT & Embedded

Arduino
Arduino
ESP32
ESP32
Sensors
Sensors

Tools & Platforms

Git
Git
GitHub
GitHub
VS Code
VS Code
PyCharm
PyCharm
SQL Workbench
SQL Workbench
Anaconda
Anaconda
Google Colab
Google Colab
Arduino IDE
Arduino IDE


πŸ“Š GitHub Statistics

@Aryan's github-readme-stats @Aryan's github-readme-stats @Aryan's github-readme-streak-stats @Aryan's github-readme-streak-stats

activity graph

@Aryan's productive-time @Aryan's productive-time @Aryan's profile-details @Aryan's profile-details


🎯 Featured Projects

πŸ€– ASL Hand Gesture Recognition

Real-time sign language detection system

  • Built with OpenCV & MediaPipe for hand landmark detection
  • Live webcam feed processing with gesture classification
  • Custom label mapping for ASL alphabet recognition
  • End-to-end pipeline from data to deployment

Tech: Python OpenCV MediaPipe Computer Vision

πŸ”— View Repository

πŸ“‘ Ultrasonic Distance Measurement

IoT sensor integration with real-time visualization

  • HC-SR04 ultrasonic sensor + Arduino interface
  • Python serial communication for data streaming
  • Console visualization with distance metrics
  • Demonstrates embedded-host system integration

Tech: Arduino Python Serial I/O Sensors

πŸ”— View Repository

πŸ₯ Diabetes Prediction Web App

ML-powered health prediction system

  • Machine learning model for diabetes risk assessment
  • Flask REST API with web interface
  • Model training with scikit-learn
  • Production-ready deployment architecture

Tech: Machine Learning Flask scikit-learn Web Dev

πŸ”— View Repository

🎨 Poly Art Converter

Computational geometry image processor

  • Transforms images into low-poly artistic renders
  • Custom algorithm using triangulation techniques
  • Image processing with computational geometry
  • Interactive CLI interface

Tech: Python Image Processing Algorithms

πŸ”— View Repository


πŸ”₯ Current Focus

class AryanRanjan:
    def __init__(self):
        self.current_work = [
            "Building ML Ops pipelines for CV systems",
            "ESP32 real-time networking projects",
            "Interactive Edge ML demos",
            "IoT sensor fusion applications"
        ]
        
        self.learning = [
            "Advanced Computer Vision techniques",
            "Embedded ML optimization",
            "Cloud deployment strategies",
            "Real-time data processing"
        ]
        
        self.interests = [
            "Machine Learning", 
            "Computer Vision",
            "IoT & Embedded Systems",
            "Full Stack Development"
        ]
    
    def say_hi(self):
        print("Thanks for visiting! Let's build something amazing together!")

me = AryanRanjan()
me.say_hi()

🌐 Connect With Me

LinkedIn Email Instagram LeetCode GitHub profile views


Footer

⚑ "First, solve the problem. Then, write the code." - John Johnson

Feel free to follow, contribute, or suggest improvements to the repositories.

Popular repositories Loading

  1. scientific-calculator scientific-calculator Public

    A professional scientific calculator with dual interface support - both command-line and modern GUI. Built to demonstrate clean Python architecture, numerical computing with NumPy, and modern GUI d…

    Python 1

  2. Ultrasonic-Distance-Measurement-System-Arduino-UNO- Ultrasonic-Distance-Measurement-System-Arduino-UNO- Public

    This project implements a distance measurement system using an Arduino UNO and an HC-SR04 ultrasonic sensor, with visual feedback via an LED.

    Python 1

  3. Poly-art-using-python Poly-art-using-python Public

    A Python-based tool that converts any input image into **low-poly (polygonal) art** using computational geometry and image processing techniques. The project reconstructs standard images into styli…

    Python 1

  4. Real-Time-ASCII-Video-Player Real-Time-ASCII-Video-Player Public

    ASCIImator reads a video file frame-by-frame, converts each frame into grayscale, maps pixel intensities to ASCII characters, and displays the result live in a Pygame window. Audio can be played al…

    Python 1

  5. ESP-32-Distance-Monitor-WebServer ESP-32-Distance-Monitor-WebServer Public

    ESP32 Distance Monitor is a comprehensive IoT project that uses an ultrasonic sensor to measure distances and displays real-time data through a sleek, responsive web interface accessible from any d…

    C++ 1

  6. nourishnow-main nourishnow-main Public

    A modern, scalable React application scaffolded for rapid development and long-term maintainability. Built on Vite for speed, Tailwind CSS for design consistency, and Redux Toolkit for predictable …

    JavaScript