File size: 466 Bytes
5a9a5c4
 
603204d
 
 
5a9a5c4
 
 
 
603204d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.