title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
---|---|---|---|---|---|---|---|---|---|
amazon-reviews-classification |
🗣️ |
yellow |
purple |
gradio |
5.20.1 |
app.py |
false |
mit |
Sentiment Analysis via Logistic Regression |
This repository has been moved to HuggingFace as it has tools for ML/AI projects. Visit it here: Amazon Reviews Classification
Build an run containers using docker compose
docker compose up --build notebook
Using
Justfile
this is a matter of runningjust build
and from there onjust dev
After working you can release resources using:
docker compose down
A Justfile is included!