rk3863's picture
Uploading food not food text classifier demo app.py
bc29378 verified

A newer version of the Gradio SDK is available: 5.9.1

Upgrade
metadata
title: Food not Food Text Classifier app
emoji: πŸ—πŸš«πŸ₯‘
colorFrom: blue
colorTo: red
sdk: gradio
app_file: app.py
pinned: false
license: apache-2.0

Food Not Food Text Classifier

Small demo to showcase a text classifier to determine if a sentence is about food or not food. (Completed the course on 4/10/2024)

DistillBERT model fine-tuned on a small synthetic dataset of 250 generated Food or Not Food image captions.

Source code notebook.