Spaces:
Build error
Build error
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/) |