TrueEye

๐Ÿงฟ TrueEye LangFlow - Direct Flow Usage

Want to use TrueEye without complex installations? Use the flow directly in LangFlow.

๐Ÿš€ Ultra-Fast Setup (5 minutes)

1. Install LangFlow

pip install langflow

2. Run LangFlow

langflow run

Access: http://localhost:7860

3. Import the Flow

  1. In the LangFlow interface, click on โ€œImportโ€
  2. Select the TrueEyeBeta.json file
  3. The complete flow will load automatically!

4. Configure Credentials

Configure your Anthropic API key in the AnthropicModel components:

5. Use it!

โš™๏ธ Variable Configuration

Required API Keys:

Environment Variables (optional):

export ANTHROPIC_API_KEY="your-api-key-here"
langflow run

๐Ÿง  What Does This Flow Do?

The TrueEyeBeta.json flow implements a complete media analysis pipeline:

  1. ๐Ÿ“„ Content Extraction

    • Takes news/article URLs
    • Extracts and parses text automatically
  2. ๐Ÿค– Multi-Model Analysis

    • Uses multiple Claude (Anthropic) instances
    • Parallel analysis of different aspects
  3. ๐Ÿ“Š Bias Detection

    • Identifies narrative polarization
    • Detects manipulative techniques
    • Classifies political/ideological orientation
  4. ๐Ÿ” Fact-Checking

    • Identifies logical fallacies
    • Contrasts with verified sources
    • Provides verification links
  5. ๐Ÿ‘ฅ Audience Analysis

    • Profiles target audience
    • Identifies emotional appeals
    • Detects exploited cognitive biases
  6. ๐Ÿ“ˆ Risk Assessment

    • Measures polarization potential
    • Evaluates social impact
    • Suggests alternative sources

๐Ÿ’ก Direct Flow Advantages

๐Ÿ†š Flow vs Complete App

Feature LangFlow Flow TrueEye App
Setup 5 minutes More robust
Interface LangFlow Playground Custom web UI
Customization Visual, easy Code, more powerful
Deployment Local/development Production ready
Target users Developers/testers End users

๐Ÿ“š Resources

๐Ÿค Contributions

Flow improvements? Pull requests welcome!


๐Ÿงฟ TrueEye Flow - Smart media analysis in minutes