zhiduntext / README.md
JenniferHJF's picture
Update README.md
0232518 verified

A newer version of the Streamlit SDK is available: 1.47.0

Upgrade
metadata
title: Text Moderation App
emoji: 🛡️
colorFrom: indigo
colorTo: green
sdk: streamlit
sdk_version: 1.44.1
app_file: app.py
pinned: false
short_description: AI-based zero-shot moderation tool for text content.

🛡️ AI Text Moderation App

This app detects potentially sensitive content using a large language model (facebook/bart-large-mnli).

Upload a .txt file or paste text below. The model will flag risks like:

  • Hate Speech
  • Violence
  • Sexual Content
  • Political Sensitivity
  • Illegal Information

Built with Streamlit, optimized for CPU on Hugging Face Spaces.