Skip to content
View aayushpx's full-sized avatar
  • New Zealand
  • 13:07 (UTC +12:00)

Highlights

  • Pro

Organizations

@CelestiAI-Org

Block or report aayushpx

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

aayushpx

CURRENTLY

  • Studying computer science
  • Building a hardware-in-the-loop flight dynamics testbed
  • Developing a small evolution simulation system
  • Building out statsforensics, an R package for statistical analysis workflows

Live Feed

┌─ LIVE FEED ───────────────────────────────────────────────┐
  last commit   aayushpx: chore: update live feed (1d ago)
  streak        1 day                                     
  commits       1105 this year                            
  as of         2026-07-06 10:23 UTC                      
└────────────────────────────────────────────────────────────┘

Hardware-in-the-loop flight dynamics testbed for simulating and validating spacecraft motion. An ESP32 runs as a lightweight flight computer streaming live sensor telemetry, while Python handles trajectory propagation, state estimation, and mission-side analysis.

Currently implementing a 3DOF propagator using RK4 integration.

Embedded C++ ESP-IDF v5.2 Python NumPy ESP32-WROOM


Hackathons

OrbitGuard, ActInSpace New Zealand 2026
AI system for satellite collision avoidance decision-making. Skip-connection LSTM modeling how collision risk evolves over time, built in 24 hours.
Role: Team Lead, product direction, system design, pitch
Python PyTorch TypeScript

Exoplanet Explorer, NASA Space Apps New Zealand 2025, 2nd Place
ML pipeline converting telescope data into 3D habitability visualisations.
Role: Team Lead, ML pipeline, Random Forest modelling, habitability scoring
Python scikit-learn Flask Three.js Docker


Systems Built From Scratch

Project What it does Stack
16-bit CPU Simulator Custom ISA with a full fetch-decode-execute cycle, registers, and memory. C++
Connected Component Detector DFS flood-fill on raw PPM images to detect and classify connected regions. No libraries. C++
C++ Software Rasterizer 2D renderer built from raw pixel writes. No graphics API, just math and memory. C++
Discrete Math Notes and Proofs Structured LaTeX system formalising mathematical reasoning across logic, algebra, coding theory, and discrete structures. LaTeX

Tools & Libraries

Project What it does Stack
statsforensics R package for exploratory data analysis, hypothesis testing, regression modelling, and diagnostics. R
Binary / Decimal Converter CLI base conversion tool with input validation and error handling. C++
MUITSA Website Student association site with modular architecture and GitHub Actions deployment. HTML/CSS/JS

Skills

Languages: C++, Python, R, LaTeX
ML & Data: scikit-learn, PyTorch, Pandas
Embedded & Tools: ESP-IDF, Git, Docker, Linux


Pinned Loading

  1. CelestiAI-Org/Orbitguard CelestiAI-Org/Orbitguard Public

    AI system that learns how satellite collision risk evolves over time. Built in 24hrs at ActInSpace 2026 with skip-connection LSTM architecture.

    TypeScript 1

  2. CelestiAI-Org/nasa-hackathon-2025 CelestiAI-Org/nasa-hackathon-2025 Public

    Exoplanet detection prototype built for NASA Space Apps 2025 - combining ML, 3D visualization, and open-source tools.

    Python 1

  3. project-aphelion project-aphelion Public

    A hardware-in-the-loop flight dynamics testbed for trajectory prediction, state estimation, and uncertainty analysis using real-time sensor data.

    C++