Spaces:
Sleeping
Sleeping
File size: 498 Bytes
c8e56ea d6791c3 c8e56ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
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. |