Krish1440's picture
Upload 5 files
603204d verified
metadata
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.