SRIRAM PS

Systems & AI Portfolio

0%

Available for AI/ML internships — Grand Finalist, Cardano Hackathon Asia 2025

Sriram PS

AI/ML Engineer & Systems Builder

I build production-quality systems, spanning machine learning models, low-latency backends, and robust full-stack applications. Focused on performance, scalability, and technical clarity.

Sriram PS

Engineering Highlights

Hackathon Award

Cardano Hackathon Asia 2025 Grand Finalist

Ranked as a Grand Finalist out of 5,500+ competing engineering teams globally.

Top 0.5%
Full Stack Internship

Bangalore Traffic Police Smart Parking System

Shipped core allocation and telemetry APIs replacing manual, paper-based tracking.

Municipal Deployment
Real-Time Systems

Cravio Real-Time Tracking Engine

Designed WebSocket-based bidirectional tracking between restaurants, agents, and clients.

WebSocket Sync
Backend Systems

GuruSeva Webhook payment verification

Mitigated double-charging race conditions under webhook signature retry loops.

Idempotent Payments
Research Publish

Dependency-Aware MARL Activation Scheduling

Proposed Directed Graph activation rules to stabilize policy convergence in MARL.

Target: ERCICAM 2026

Technical Stack

A professional toolkit for systems, data, and machine learning.

AI/ML & GenAI

Machine Learning
scikit-learn
Model Training & Eval
Feature Engineering
NLP
LLMs & RAG
Agentic AI
Multi-Agent Systems

Programming Languages

Python
Java
C/C++
JavaScript
TypeScript
SQL

Data Science & Analytics

pandas
NumPy
EDA
Data Cleaning
Data Preprocessing
Data Visualization

Web & APIs

REST APIs
FastAPI
Flask
WebSockets
Next.js
React
Tailwind CSS
JSON

Databases

PostgreSQL
MongoDB
MySQL
PL/SQL
OracleDB
SQLite
Database Design

Software Engineering & Tools

DSA
OOP
SOLID Principles
Agile/SDLC
Debugging
Git
Docker
Linux
Postman
Streamlit

Featured Systems

Applied AI, backend structures, and systems case studies.

Occupancy: 78% (simulated)
Live Deployed System
Flagship Project

ParkItSmart - AI-Powered Smart Parking & Urban Traffic Optimization Platform

A production-grade smart-city platform designed for real-time parking occupancy, intelligent slot allocation, vehicle flow tracking, and reporting. Built during my internship at Latavya Technologies for the Bangalore Traffic Police, replacing manual paper-based processes with an automated digital system.

MongoDBREST APIsNode.jsExpress.jsAgileGit

Challenges Solved

Replaced manual paper-based processes by designing high-availability REST endpoints that handle simultaneous occupancy updates without state drift.

Engineering Tradeoff

Chose MongoDB's flexible schema over a relational database to accommodate frequently changing vehicle log and slot status data fields during active feature iteration and feedback cycles with the client.
Order IntentWebSocket SyncAgent Tracking
MVP Live

Cravio - Food Delivery & Real-Time Tracking Platform

A full-stack food delivery and real-time order tracking platform that establishes low-latency bidirectional connections between restaurants, delivery agents, and customers.

Next.jsTypeScriptTailwind CSSWebSocketsREST APIsNode.js

Challenges Solved

Synchronized multiple state actors (delivery partner coordinates, restaurant prep queues, customer dashboards) with a unified event loop.

Engineering Tradeoff

Used WebSockets instead of HTTP polling for order-status updates to cut database queries, latency, and server load by over 80% during high concurrent volume.
TRANSACTION IDtx_98271
Razorpay Signature Verification✓ VALID
Atomic DB Lock (Idempotency)✓ SECURED
MVP Live
Payments & Systems Engineering

GuruSeva - Temple Donation & Seva Management System

A full-stack temple donation and seva (ritual booking) management platform featuring production-grade payment logic, automatic transaction recovery, and role-based administration.

Next.js 15React 19TypeScriptTailwind CSSMongoDBNextAuth.jsRazorpay API

Challenges Solved

Engineered automatic transaction recovery and signature verification to handle Razorpay webhook delivery failures and transaction drop-offs.

Engineering Tradeoff

Built idempotent payment handling with atomic MongoDB operations specifically to prevent double-charges from Razorpay webhook retries and concurrent donation requests — a failure mode simple donation forms usually miss.
P1: 0.30
P2: 0.38
P3: 0.46
P4: 0.54
P5: 0.62
P6: 0.70
P7: 0.78
P8: 0.86
Learning Project

Tourist Place Recommendation System

An ML recommendation system generating personalized destination suggestions and itinerary structures from user preferences and location metadata.

PythonPandasNumPyScikit-learn

Challenges Solved

Processed sparse and irregular user preference feedback, normalizing dataset feature inputs to avoid recommendation bias.

Engineering Tradeoff

Prioritized feature engineering over model complexity, since preference data quality had a bigger impact on recommendation relevance than the algorithm choice.
YOLOv8: Pothole(0.94)
DBSCAN Cluster #1
Working Prototype

AI-Powered Road Damage Detection & Spatial Analytics System

A computer-vision system that detects potholes from road imagery, clusters detections geospatially, and overlays them on interactive maps to isolate maintenance priority zones.

PythonYOLOv8StreamlitFoliumDBSCAN

Challenges Solved

Managed false positives from varying road lighting conditions and filtered overlapping bounding box coordinates using NMS thresholds.

Engineering Tradeoff

Used DBSCAN over simple distance thresholds to cluster pothole detections, since it handles irregular road-damage density better than fixed-radius grouping.

Timeline

Engineering Internship History.

Apr 2025 – Mar 2026

Project Intern

Latavya Technologies / Bangalore Traffic Police

  • Built a full-stack Smart Parking Management application for the Bangalore Traffic Police.
  • Designed MongoDB schemas and REST APIs for parking records, vehicle logs, and dynamic availability updates.
  • Worked in an Agile team with structured debugging, Git-based version control, and shipped production-ready features end-to-end.
Smart CityMongoDBREST APIsAgileVersion Control

Aug 2024 – Sep 2024

Embedded Linux Development Intern

Loginware Softtech Pvt. Ltd.

  • Configured embedded Linux system configurations using Buildroot and cross-compilation toolchains.
  • Automated build and test workflows to debug low-level systems issues and improve overall system stability.
Embedded LinuxBuildrootCross-CompilationAutomationDebugging

Systems Engineering & Research

Machine learning theory and low-spec operating systems.

MARL Research PaperTarget: ERCICAM 2026

Dependency-Aware Activation Scheduling in Multi-Agent Reinforcement Learning (MARL)

Status: Final Year Research Project

What MARL is: Multi-Agent Reinforcement Learning (MARL) enables independent autonomous agents to learn optimal policies through trial-and-error interactions in a shared environment.

The Coordination Bottleneck: Coordinating multiple agents is difficult due to environmental non-stationarity: when all agents update their policies simultaneously, the transition dynamics shift unpredictably, causing policy oscillations and training instability.

Our Solution: We introduce dependency-aware activation scheduling, which models agent interdependencies as a directed graph. Instead of concurrent updates, agents are scheduled sequentially based on their causal coupling weight.

Efficiency & Convergence: Sequential scheduling reduces training updates and policy conflict, stabilizing the learning path and accelerating convergence compared to standard simultaneous update models.

Systems Engineering & Custom OS Research

Investigating lightweight Linux kernel boot configurations, custom image builds for embedded targets, and virtualization hypervisor constraints.

Buildroot

Custom image configs and compilation toolchains.

Yocto Project

Embedded Linux distribution recipes and dependency layers.

antiX OS

Lightweight kernel configurations for resource-constrained x86 targets.

Zorin OS Lite

UI configurations and desktop environment resource tuning.

Raspberry Pi OS Lite

Headless automation scripts and minimal deployment workflows.

VirtualBox Hypervisor

Host-guest networking, hardware pass-through, and virtual disk testing.

Engineering Signal

A portfolio of intelligent systems thinking.

I build with the mindset that software is a system of tradeoffs: data freshness, latency, reliability, privacy, UI clarity, deployment constraints, and user trust all matter.

AI/ML pipelines that become usable products

Backend architecture with scalable API boundaries

Research curiosity across Linux, LLMs, and MARL theory

Frontend craft that makes engineering depth legible

Engineering Domains

06

AI, backend, full-stack, systems, security, data

Featured Systems

05

Curated for depth over repository count

Research Threads

04

MARL activation scheduling, smart cities, embedded Linux

Contact

Let’s Build Something Meaningful

Let's Build Something Meaningful

I'm actively seeking Software Engineering, AI/ML, Backend Engineering, and Research opportunities. Whether it's an internship, full-time role, startup idea, or open-source collaboration, I'd love to connect.

Open To

Software EngineeringAI/MLBackend DevelopmentResearchOpen Source

Let's Connect

Interested in working together, discussing an opportunity, or collaborating on an exciting project? Feel free to reach out.