ContentAnalyzer / README.md
MHamdan's picture
Fix metadata with proper encoding and gitattributes
210368a
|
raw
history blame
596 Bytes

python3 -c 'with open("README.md", "w", encoding="utf-8") as f: f.write("""--- title: Content Analyzer emoji: πŸ“‘ colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 4.0.0 app_file: app.py pinned: false license: apache-2.0


Content Analyzer

An advanced content analysis tool that can process:

  • Text input
  • Web URLs
  • Document files (.txt, .pdf, .docx)

Features

  • Text summarization
  • Sentiment analysis
  • Topic detection

Usage

  1. Choose input method (Text, URL, or File)
  2. Enter or upload your content
  3. Select analysis types
  4. Click Analyze to get results """)'