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