Skip to content
View aryan-r03's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

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 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
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
icon
RaspberryPi
Sensors
Sensors

Tools & Platforms

Git
Git
GitHub
GitHub
VS Code
VS Code
PyCharm
PyCharm
SQL Workbench
SQL Workbench
Anaconda
Anaconda

Jupiter Notebook
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()

πŸ“œ Hacker-Rank


🌐 Connect With Me

LinkedIn Email Instagram LeetCode GitHub HackerRank 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. 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 18 1

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

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

  4. asl-hand-gesture asl-hand-gesture Public template

    Real-time Sign Language (ASL) and hand gesture recognition using MediaPipe and OpenCV in Python.

    Python

  5. Diabetes-Prediction-Web-App-Machine-Learning-Flask Diabetes-Prediction-Web-App-Machine-Learning-Flask Public

    A comprehensive healthcare AI application that leverages machine learning to predict diabetes risk based on medical parameters. Built with Flask and scikit-learn, featuring professional architectur…

    Python

  6. Twitter-Sentiment-Analysis Twitter-Sentiment-Analysis Public

    A production-ready sentiment analysis application that uses Machine Learning to classify tweets as positive or negative in real-time. Built with Flask for the backend, scikit-learn for ML, and NLTK…

    Python