File size: 478 Bytes
64bd146 1bb7727 64bd146 1bb7727 64bd146 1bb7727 64bd146 1bb7727 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: ONNX Sentiment Demo
emoji: 💬
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 5.23.1
python_version: "3.12"
app_file: app.py
pinned: false
license: mit
---
# ONNX Sentiment Demo
Binary sentiment classifier trained **from scratch** in PyTorch (bag-of-words + linear layer), exported to ONNX, served with **ONNX Runtime**.
Built from `spaces/space_sentiment/` in the monorepo. Retrain and re-export with:
```bash
python train.py
python export_onnx.py
```
|