About
Hello!
I am John DeLeo, a software developer, Apple platforms expert, technology enthusiast, and New York sports fan. I love thoughtful, elegant technology that just works, and strive to build products that meet that criteria. I also love spending my time getting lost in a project, and finding solutions to problems. Anyway, enough about me. Welcome to my site. I’m glad you are here!
Feel free to shoot me an email if you think I can help you solve any of your technology problems. 😀
John
Recent Projects
SportsStats: AI-Powered Sports Statistics Application
SportsStats is a web application that allows users to query and retrieve Major League Baseball (MLB) statistics using natural language processing (NLP). The project leverages AI/ML technologies to transform user queries into SQL queries and provides data visualizations for better insights. GitHub Repository – https://github.com/JohnDeLeoDev/SportsStats Live Prototype – https://production.d2l5jwmvwwecs9.amplifyapp.com/ Project Overview SportsStats enables users to…
WebGL 3D Scene
Webpage containing a 3D scene utilizing WebGL. The scene has real time lighting and shadows, using a shadow map to render shadows. The application takes in standard .mtl and .obj files, and renders them in three dimensional space. This project was created for my computer graphics class at WPI. https://webgl3dscene.johndeleo.dev https://github.com/JohnDeLeoDev/WebGL-3D-Scene
RL Donkey Kong
Lately I have been spending a significant amount of time diving into training reinforcement learning agents, using video game environments as my testing environment. I’ve always enjoyed playing video games, and their low risk environments pose great advantages of other potential training environments. A significant amount of work has been done in this sector by…