rocketml-sentiment / README.md
Kenneth Chew
add sentiment demo app
a6a8785 verified
|
Raw
History Blame Contribute Delete
705 Bytes

A newer version of the Gradio SDK is available: 6.25.0

Upgrade
metadata
title: RocketML Sentiment Demo
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.50.0
app_file: main.py
python_version: '3.12'
short_description: TF-IDF + LogReg sentiment classifier (RocketML demo)

RocketML -- sentiment demo

A live demo of the model served by RocketML: a TF-IDF + LogisticRegression sentiment classifier trained on IMDB reviews. Type a movie review and get a positive/negative label with a confidence score.

The point of RocketML is the platform around the model -- containerised serving, CI to GHCR, Prometheus/Grafana monitoring, and a Helm chart for Kubernetes. This Space is just the model on its own so you can try it.