Hello, world! I'm a Coder and Student.




> Sai.origin
  => "Carmel, IN"

> Sai.education
  => "Purdue University"

> Sai.majors
  => "Computer Science (AI) and Data Science"

> Sai.expectedGraduation
  => "December 2026"

> Sai.interests
  => ["AI/ML", "Code", "Powerlifting", "NBA", "Music", "Data Science", "Foodie"]

> Sai.currentClasses
  => ["CS180", "CS182", "MA261", "TDM102", "TDM112", "VIP-031","IET401"]

> Sai.resume
  => "saimeda.pdf"

> Sai.github
  => "saimeda.git"

> Sai.socials
  => ["@saivmeda(instagram)", "@saivmeda(X)", "Linkedin"]

> Sai.email
  => "saivmeda@gmail.com"


Résumé

Purdue Univesity December 2026
B.S - Computer Science(AI) and B.S - Data Science. West Lafayette, IN

Relevant Coursework:

RJavaPythonGitSQLJavascript


Purdue Solutions Consulting August 2023 – Present
Consultant
Participated in high-impact consulting projects, providing solutions and strategic insights.
AnalysisStrategyInnovationProblem-Solving

The Aerospace Corporation January 2024 – Present
Undergraduate Full Stack Engineer
Developed applications for data simulation and analysis in Aerospace Engineering.
SQLPythonFlaskHTML/CSS

Computer Vision in Embedded Systems January 2024 – Present
Machine Learning Researcher
Engaged in cutting-edge research on machine learning applications in embedded systems.
AI/MLROSResearchProblem-Solving

Digital Next January 2024 – May 2024
Cybersecurity Consultant
Developed sales and technology strategies, conducted market analysis in cybersecurity.
AnalysisStrategymanagementCybersecurity

CES Nationwide August 2023 – December 2024
Technology Consultant
Innovated inventory system solutions, improving product management and processing.
RPythonInnovationProblem-Solving

Certifications/Courses

AI

Microsoft Certified: Azure AI Fundamentals

AI

Microsoft Certified: Azure Data Scientist Associate

AI

DUKE: AI Product Management

Projects

Project Image

Sai Ventures An application that gathers stock market data and calculates valuations on stocks using multiples such as Price to Earnings. Document current trading multiples to historical multiples and also evaluate historical trading evaluations to current. Essentially creating mini Bloomberg terminal.

Project Image

AI Poker Bot Created an AI bot that can play poker (Texas Hold'em) against human players or other AI bots and consistently win or make profitable decisions. Developed a strategy for my bot: calculating hand odds, modeling other's behavior, and utilizing reinforcement learning

Project Image

Lock Free Order Book An order book is a list of buy and sell orders for a security or instrument organized by price level. A lock-free order book does not use traditional locking mechanisms to manage concurrent access, which can be a source of latency. Instead, it relies on atomic operations to ensure consistency without significant delays.

Project Image

"Doodle Classifier" - Neural Network A "Doodle Classifier" using a neural network. This fun projects involves a model that can recognize and classify simple doodle drawings into a 100+ predefined categories. It's a fun way to dive into image recognition and computer vision with neural networks.

Project Image

Tweet Sentiment Analysis System - DS/ML(pytorch) (WIP - Currently in development) Developed a tweet sentiment analysis system focused on NBA players, utilizing data science and MLOps methodologies. Using advanced machine learning models to gauge public sentiment. Enabling insights into fan perceptions across the NBA season.

Project Image

Gazebo Simulations Framework for simulating a 6DOF robot arm in Gazebo using ROS2, aimed particularly at demonstrating the arm playing the cello. By leveraging ROS2 integration, the simulation offers a realistic and dynamic environment for robotics research and development.

Project Image

Social Zoom Social Zoom is a robust social media platform coded in Java, boasting a user-friendly GUI, efficient network IO, and secure file IO. Encapsulating user interactions, friendships, and a database. and secure file IO. Encapsulating user interactions, friendships, and a database.

Project Image

Maze Runner Maze Runner is a Java-based application designed to solve mazes using advanced pathfinding algorithms. It offers a user-friendly interface that allows users to input custom mazes and visualize the solution path. Maze Runner showcases the power and versatility of algorithmic problem-solving in Java.