Krish1440's picture
Upload 5 files
603204d verified
---
title: DRS Predictive Engine
emoji: ๐Ÿ
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
---
# DRS AI Predictive Engine - Backend
This is the FastAPI backend for the AI-powered Cricket DRS Simulation.
### Tech Stack
- **FastAPI**: REST API
- **NumPy**: Linear Algebra & Triangulation
- **Custom MLP**: Neural Trajectory Inference
### Endpoints
- `POST /predict`: Receives 2D camera observations and returns a 3D triangulated & predicted trajectory.