File size: 1,188 Bytes
036556a
 
 
 
 
 
 
 
 
 
 
 
 
4fa8bcb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Motion Encoder Decoder
emoji: ๐ŸŒ
colorFrom: gray
colorTo: blue
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

## ๐Ÿง  Motion Encoder Decoder ML Pipeline

An interactive Gradio-based machine learning pipeline for generating, training, and testing encoder-decoder models on simulated physics trajectories.

This PyTorch-based system models motion dynamics such as projectile paths and bouncing objects using a sequence-to-sequence architecture.

## Features

- โš™๏ธ Dataset generation (custom physics simulations)
- ๐Ÿงช Training with optional early stopping
- ๐Ÿ“ˆ Input sensitivity testing
- ๐Ÿ”ฎ Real-time predictions and trajectory visualizations
- ๐Ÿ“ค Upload / ๐Ÿ“ฅ Download of models and datasets (in `/tmp`)

## Try It Out

1. Select a physics type
2. Generate or upload a dataset
3. Train a model or upload a pretrained `.pth`
4. Visualize predictions from dynamic input sliders

## Built With

- Python 3.13
- PyTorch
- Gradio
- Matplotlib
- NumPy

---

๐Ÿ‘จโ€๐Ÿ’ป Developed by [Miles Exner](https://www.linkedin.com/in/milesexner/)