<aside> 💡 Hi! I'm a 17-year-old machine learning developer from TKS, who is currently building in EdTech, specifically looking at handwriting recognition and augmented reality whiteboards

</aside>

My Ask

Intro video

https://www.loom.com/share/694b47de3960423ea88e8e0470140bb

Check out my content

Project: Morgana

Project: Morgana is an augmented reality whiteboard I'm developing that will be able to understand what you're working on and dynamically provide content relating to that work. Morgana is still currently in her development phase, but I've already started making content on the topic! I'm looking for mentorship and general help with Morgana's development, so if offline handwriting recognition or natural language processing are your specialties then I'd love to chat.

Handwriting Recognition: More Than Just MNIST

Project: Aurras

Project: Aurras is a natural language processing framework I developed that's able to perform a wide variety of intent classification and entity extraction tasks. Aurras was originally developed while I was trying to build a Jarvis-like program, but while developing it ideas for Project: Morgana came to me and Aurras turned into a smaller portion of a larger project.

Building a Personal AI Assistant: Part 1

Building a Personal AI Assistant: Part 2

https://github.com/Robert-MacWha/Project-Aurras/raw/main/docs/Sample.gif

GameGAN PongAI

PongAI is a machine learning program I wrote that's able to emulate the game pong entirely using AI. The user feeds in raw input vectors (move left or right) and the machine learning model does input management, calculates the physics, and then renders the game's frames! This is accomplished using a bi-model system containing a recurrent model for the physics engine and half an autoencoder for the renderer.

pong-ai.gif

https://www.youtube.com/watch?v=GKZlFnAaGFA

https://github.com/Robert-MacWha/pongAI