dizolivemint's picture
๐Ÿ” Sync with https://github.com/Dizolivemint/CSC580-Motion-Encoder-Decoder/tree/main
4fa8bcb
---
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/)