Profile
GitHub
LinkedIn
Email
Profile

Neel Parpia

Building the future, one project at a time

GitHub
LinkedIn
Email

Projects

A collection of projects I've built, ranging from web applications to AI tools and robotics systems.

Filter by Technology

21 of 21 projects

TRACER

Telemetry-driven Robot with Advanced Control and Execution Routines

TRACER project screenshot

TRACER (Telemetry-driven Robot with Advanced Control and Execution Routines) is robot tank that features real-time data collection, wireless communication, and a Svelte-based dashboard for monitoring and control.

Last updated: July 28, 2025

Technologies

roboticsrobotics
embeddedembedded
pythonpython
sveltesvelte
arduinoarduino
raspberry piraspberry pi
socket.iosocket.io
flaskflask
sveltesvelte
tailwindcsstailwindcss
fastapifastapi
typescripttypescript
htmlhtml

Stellar

All your favorite learning tools, now in 1 app

Stellar project screenshot

Stellar uses advanced AI to personalize your learning experience. Through personalized questions and lessons, interactive projects, and more, Stellar makes your learning experience just so much better.

Last updated: July 20, 2025

Technologies

sveltesvelte
typescripttypescript
tailwindcsstailwindcss
flaskflask
pythonpython
mongodbmongodb

RISC-V Gesture Controller

RISC-V gesture controller for TRACER

RISC-V Gesture Controller project screenshot

In this project I take an unused, barely documented Risc-V education board, and turn it into a compass and gesture controller for TRACER.

Last updated: July 18, 2025

Technologies

risc-vrisc-v
cc
esp-idfesp-idf
pythonpython

Fluid Sim (And more)

A collection of physics simulations

Fluid Sim (And more) project screenshot

A collection of physics simulations including a 2D eulerian fluid simulator, a soft body simulator, and simple pendulum. Built with C# and Unity

Last updated: December 1, 2025

Technologies

c#c#
unityunity

GPT-Kitbot

Natural language control for FRC robots

GPT-Kitbot project screenshot

GPT-Kitbot is a modified version of the FRC kitbot that includes a web dashboard and backend for AI control. The project uses local LLMs and socketio to provide natural language control of the robot.

Last updated: July 15, 2025

Technologies

pythonpython
flaskflask
sveltesvelte
htmlhtml
typescripttypescript
javajava
tailwindcsstailwindcss
socket.iosocket.io
wpilibwpilib

EventSync

Plan events with ease

EventSync project screenshot

EventSync makes it easy to plan gatherings, get-togethers or even simple hangouts with your friends. No more confusion and no more getting ghosted by the group chat.

Last updated: July 10, 2025

Technologies

reactreact
nextjsnextjs
typescripttypescript
tailwindcsstailwindcss
htmlhtml
nodejsnodejs
mongodbmongodb

Foodlyze

Scan food barcodes for nutritional information

Foodlyze project screenshot

Foodlyze is a web app that scans food product barcodes and provides nutritional information, a health score, and a summary. The app uses openfoodfacts, ZXing, and GPT-4o-mini to provide the information. Foodlyze was submitted to the 2025 BISV Hacks hackathon.

Last updated: July 8, 2025

Technologies

sveltesvelte
typescripttypescript
tailwindcsstailwindcss
pythonpython
FastAPIFastAPI

Research Tool

Research Faster with AI

Research Tool project screenshot

ResearchTool uses the power of web scraping and AI to speed up the process of researching. Just enter a prompt and ResearchTool will find the most relevant information for you.

Last updated: July 1, 2025

Technologies

typescripttypescript
sveltesvelte
flaskflask
pythonpython
tailwindcsstailwindcss

SvelteEditor

A simple code editor built with svelte

SvelteEditor project screenshot

SvelteEditor is a simple code editor built using svelte and highlight.js.

Last updated: June 25, 2025

Technologies

sveltesvelte
typescripttypescript
tailwindcsstailwindcss
csscss
javascriptjavascript
htmlhtml

TrekTracker

Simple ios app to track steps and workouts

TrekTracker project screenshot

TrekTracker is a simple ios app that uses MapKit and HealthKit to track steps and simple workouts. (It's not that great, but it was my first ios app)

Last updated: June 20, 2025

Technologies

swiftswift

ProjectNebulus

[ARCHIVED] A solution for all your learning needs

ProjectNebulus project screenshot

Nebulus consolidates all of your learning sites into one easy to use tool. It features a chat in which you can communicate, a study session timer, and many other useful tools.

Last updated: June 15, 2025

Technologies

flaskflask
pythonpython
htmlhtml
csscss
javascriptjavascript
mongodbmongodb
jqueryjquery
tailwindcsstailwindcss

NextChat

A simple but modern chatting application

NextChat project screenshot

NextChat is a chat application that uses the Next.js framework and Socket.io to provide real-time messaging. Users can create chats and invite members through a share code. The app uses MongoDB to store user data and tailwindcss for styling.

Last updated: June 10, 2025

Technologies

typescripttypescript
nextjsnextjs
socket.iosocket.io
tailwindcsstailwindcss
mongodbmongodb
nodejsnodejs
reactreact

Curve Path Simulator

Path Following Simulation

Curve Path Simulator project screenshot

This simulation uses the Pure Pursuit algorithm to follow paths defined by quintic hermite splines. The GUI allows you to create splines and visualize the path following. Next steps are to implement the path following on a robot.

Last updated: June 5, 2025

Technologies

c++c++
qtqt

Emerging Tech Club Attendance Tracker

Attendance tracker for Emerging Tech Club

Emerging Tech Club Attendance Tracker project screenshot

An attendance tracker web app built for the Emerging Tech Club at my school. Members can sign in with their school email and gain points for attending meetings and winning competitions. The app uses svelte for the frontend and supabase for the backend and db.

Last updated: October 5, 2025

Technologies

sveltesvelte
typescripttypescript
tailwindcsstailwindcss
supabasesupabase

Country Bot

A fun discord bot about countries

Country Bot project screenshot

Country Bot is a Discord bot that provides information about countries through fun games using the discord.py library. The bot uses the REST Countries API to get information about countries. Users can also create their own countries and work to increase its population.

Last updated: May 20, 2025

Technologies

pythonpython
mongodbmongodb

Raspberry Pi Smart Irrigation System

Automated watering system

Raspberry Pi Smart Irrigation System project screenshot

This project uses a Raspberry Pi to control a water pump to automatically water your plants. The system uses a soil moisture sensor to detect when the plants need water and accordingly waters the plants. The system can be controlled through a web interface.

Last updated: May 15, 2025

Technologies

pythonpython
raspberry piraspberry pi
flaskflask
htmlhtml
csscss
javascriptjavascript

AI Stocks

Stock prediction tool

AI Stocks project screenshot

AI Stocks is a stock prediction tool that uses machine learning to predict stock prices. The tool uses historical stock data to train a model and predict future stock prices. The tool uses the Yahoo Finance API to get stock data and runs machine learning models using the TensorFlow library.

Last updated: May 10, 2025

Technologies

pythonpython
tensorflowtensorflow
numpynumpy

Neural Network

Simple neural network implementation from scratch

Neural Network project screenshot

This project is a simple neural network implementation in Python. The neural network is trained on the MNIST dataset and can recognize handwritten digits. The neural network uses the numpy library for matrix operations.

Last updated: May 1, 2025

Technologies

pythonpython
numpynumpy

Pycolor

Colors made simple

Pycolor project screenshot

Pycolor is a Python library that provides easy access to color codes and names. It is a simple wrapper around thecolorapi.com

Last updated: April 15, 2025

Technologies

pythonpython

WorldInfo

Get information about any country

WorldInfo project screenshot

WorldInfo is a web app that provides information about any country. Users can search for a country and get information such as population, area, and more. This was my first hackathon project, submitted to GunHacks 8.0

Last updated: April 1, 2025

Technologies

pythonpython
flaskflask
htmlhtml
tailwindcsstailwindcss
javascriptjavascript

Portfolio v3

The website you're looking at right now!

Portfolio v3 project screenshot

My personal portfolio website built with Next.js 14, TypeScript, and Tailwind CSS. Features server-side rendering, a markdown blog engine, dynamic project showcase, and a modern, responsive design.

Last updated: July 30, 2025

Technologies

nextjsnextjs
typescripttypescript
tailwindcsstailwindcss
reactreact
mdxmdx