Skip to content
View Aayush500214's full-sized avatar

Highlights

  • Pro

Block or report Aayush500214

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

Aayush Chougule — AI engineer and researcher building deployable machine learning systems

Animated title: AI/ML Engineer

Python   PyTorch   scikit-learn   OpenCV   React   TypeScript   NumPy   PostgreSQL   Docker   AWS   Git   Linux

About  ·   Work  ·   Research  ·   Stack  ·   Analytics  ·   Contact

Research paper  ·   Brain2Text  ·   LinkedIn

About

I build AI systems end to end: from data and model behavior to APIs, interfaces, and deployment. My work spans neural speech decoding, multi-agent reinforcement learning, computer vision, and full-stack product engineering.

The thread connecting it all is practical research—systems should be reproducible, observable, and usable beyond the notebook. I am especially interested in machine learning systems, deployment engineering, and human-centered AI.

  • Co-author of Brain2Text, an open-access 2026 research article on CPU-deployable neural speech decoding.
  • Builder of public projects across reinforcement learning, assistive computer vision, and simulation.
  • AWS Certified Cloud Practitioner, with hands-on work across Python, PyTorch, React, Flask, Docker, Supabase, and PostgreSQL.

Current focus: dependable AI pipelines, intelligent simulations, and human-centered machine learning

Featured work

An end-to-end neural decoding pipeline that maps 512-dimensional intracortical features to phonemes with a five-layer GRU + CTC decoder, then reconstructs English text. The project packages CPU inference behind a Flask API with a React/Vite interface and an offline demonstration mode.

PyTorch GRU / CTC Flask React Neural decoding

A self-learning multi-agent football environment built around PPO and competitive self-play. It combines reward engineering, position-neutral training, persistent scoring, and real-time Pygame visualization so learning behavior can be inspected as it evolves.

Python PPO Stable-Baselines3 PettingZoo Pygame

A real-time assistive computer-vision system that turns webcam hand landmarks into alphabet predictions. MediaPipe handles landmark extraction; a machine-learning classifier performs gesture recognition with live visual feedback.

OpenCV MediaPipe scikit-learn Computer vision Real-time ML

A deployed last-mile delivery simulator with dynamic package assignment, an interactive Canvas visualization, and per-agent efficiency analytics. It exposes routing logic through a Flask backend and supports JSON input plus CSV export.

Flask JavaScript HTML Canvas Simulation Analytics

Research

Brain2Text research publication — IRJIET Volume 10, Issue 5, May 2026

Gaurav Kumar Singh, Aayush Chougule, Uday Tomar, and Sidheshwar Sharma. “Brain2Text: A Reproducible, CPU-Deployable Framework for Neural Speech Decoding with Browser-Accessible Inference.” International Research Journal of Innovations in Engineering and Technology, 10(5), 618–624, 2026. DOI · Full text · Code

Public engineering

  • Reproducible AI demos — model weights, inference paths, setup notes, and interfaces packaged together where possible.
  • Learning in the open — public implementations for neural decoding, reinforcement learning, computer vision, and simulation.
  • Contributor-friendly foundations — documented setup and contribution paths in projects such as Sign Language Detection.

Engineering stack

AI engineering stack from signals and data to models, APIs, infrastructure, and product interfaces

Layer Technologies
Machine learning Python, PyTorch, Stable-Baselines3, scikit-learn, GRU/CTC, PPO
Perception & data OpenCV, MediaPipe, NumPy, neural feature pipelines
Product engineering TypeScript, React, Next.js, Flask, REST APIs, HTML Canvas
Data & infrastructure PostgreSQL, Supabase, Docker, GitHub Actions, Vercel, AWS

GitHub analytics

Aayush Chougule's GitHub analytics

Development activity

Aayush Chougule's recent GitHub development activity

Contribution visualization

Animated visualization of Aayush Chougule's GitHub contribution grid

The analytics card and contribution animation are generated inside this repository by GitHub Actions. GitHub’s native contribution calendar and activity feed continue immediately below the profile README.

Timeline

Timeline: computer science study, Brain2Text challenge work, 2026 publication, and current ML systems focus

Contact

I’m interested in AI/ML engineering, research collaboration, and systems that turn promising models into dependable products.

Connect on LinkedIn · Explore my GitHub · Read Brain2Text


Build systems, publish learnings, keep shipping

Popular repositories Loading

  1. AI-Football AI-Football Public

    Self-learning AI football game with real-time training visualization

    Python 1 1

  2. sign-language-detection sign-language-detection Public

    A real-time sign language detection system using computer vision and machine learning

    Python

  3. Fast-Box-Logistics-Simulator Fast-Box-Logistics-Simulator Public

    Deployed

    CSS

  4. Brain2Text Brain2Text Public

    Jupyter Notebook

  5. Aayush500214 Aayush500214 Public

    AI/ML engineer and researcher — projects, research, and deployable systems.

  6. workable-subdomain-extractor workable-subdomain-extractor Public

    Stream Workable XML feeds, verify employer subdomains safely, and export a reusable catalog.

    JavaScript