Spaces:
Build error
Build error
kapil
feat: implement core RustAutoScoreEngine framework including data loading, model architecture, training loop, inference, and GUI server
8e03aff | # Rust | |
| /target/ | |
| **/*.rs.bk | |
| Cargo.lock | |
| # Dataset (DONT COMMIT Large 16K+ Images) | |
| /dataset/ | |
| /dataset/*/ | |
| !/dataset/labels.json | |
| # Operating System | |
| .DS_Store | |
| Thumbs.db | |
| # Optional: You can keep model_weights.bin if it's small (~1.1 MB) | |
| # to let others use the GUI immediately. | |
| # model_weights.bin | |