textclarity / README.md
ganna217's picture
Add metadata to README.md for Docker Space configuration
c8e56ea
---
title: TexClarity
emoji: 📝
colorFrom: blue
colorTo: purple
sdk: docker
app_file: app.py
pinned: false
---
# TexClarity
TexClarity is a text classification app that uses zero-shot classification to categorize text into user-defined labels.
## How to Use
1. Enter your text in the textarea.
2. Provide labels (comma-separated) in the labels field.
3. Click "Classify" to see the results in a table and chart.
## Setup
This Space uses Docker to run a FastAPI backend with a static frontend.