Profile

Hello, I'm Sri.

Robotics and AI Systems Engineer

2024-Present
Ai Brain Logo

I'm part of the founding team of an AI Stealth Startup, where I work on the software and infrastructure developed. More details coming soon.

2023-Present
FEB Logo

I am the Autonomous Division Lead for Formula Electric at Berkeley, where I lead the software, hardware, and electrical aspects of building a fully autonomous race car. This includes perception, environment mapping and planning, controls, drive-by-wire, electrical integration, and making it all work in real life. The team's goal is build the fastest, most reliable FSAE autonomous racing car in North America.

2021-2025
UC Berkeley Logo

BS at UC Berkeley majoring in Computer Science and Electrical Engineering with a certification from the Sutardja Center for Entrepreneurship and Technology.

2021-2022
AI Camp Logo

I was a software engineer and the youngest product manager at AI Camp at the time. Built out their course registration and user dashboard software that's processed 1,000+ users and $300,000+ in revenue since launch. Still currently in use.

2018-2021
FIRST Robotics Logo

I was captain of FTC Team 9614 Hyperion. Lots of CAD, manufacturing, and leadership lessons. Went to CA States a couple of times. 16th at the Maryland Tech Invitantional (defacto Worlds during COVID).

2016-2021
MESA Logo

MESA is where I first discovered my interest in robotics and engineering. I participated in various challenges including developing tech for social equity, building Rube Goldberg machines, and designing egg drop mechanisms.

Notable achievements: Runners-up at the CA State competition for a prototype of an autonomous agricultural drone; 6th place finish at the CA State competition for designing a compact air quality system to combat CA wildfires.

Get to Know My Work.

Snake AI

Snake AI🔗

An AI trained to play snake, using a Deep Q-Network. Implemented fun little features like obstables and difficulty levels to test the AI.

pythonreinforcement learningnumpypygame
Self Driving AI

Self Driving AI🔗

One of my first ML projects. I coded an feed-forward neural network to predict the steering angle of a car in simulation from scratch (no libraries), entirely in Javascript.

javascriptneural nets
Explainstein

Explainstein🔗

Your own, video-based AI tutor! Built this with a few friends for a hackathon at Y Combinator. Ended up winning "Best Tech." Fun hack.

langchaintavusfastapidockerawsreact
Sudoku Solver

Sudoku Solver🔗

One of my first python projects where I used a backtracking algorithm to solve sudoku!

pythonpygamebacktracking
Model Predictive Control

Model Predictive Control🔗

EDIT: MPC is a high-level control algorithm I implemented for the FEB. Used a bicycle model to model the system and various constraints to optimize the control inputs.

casadinumpyoptimization
GraphSLAM

GraphSLAM🔗

EDIT

casadipythonnumpy
Drone Kahlo

Drone Kahlo🔗

This is an autonomous drone that paints murals with spray paint. Designed and built the extraneous hardware to adopt the drone for this purpose. Includes a decent chunk of a fully autonomous pipeline, including perception of a defined canvas, PID-controlled hovering, grid path planning, and IMU-based state estimation. Most difficult part of this project was controlling the non-uniform body of mass of the drone.

ROSPIDpython
Miscelleneous ML Projects

Miscelleneous ML Projects

As a part of my Intro to ML class at Berkeley, I made many, mini ML projects, implementing concepts from support-vector machines and GDA to decision trees, neural nets, and PCA to predict MNIST digits, spam emails, titanic survivors, real-life locations of images, and more using well-known public datasets.

pythonnumpypandassklearnpytorch
NFL Schedule Maker

NFL Schedule Maker🔗

EDIT: Optimizes the nfl schedule for a given calendar year, taking into account the number of games each team plays, the number of games each team plays at home, and the number of games each team plays on the road.

gurobioptimization