| --- |
| title: DGaze News Verification |
| emoji: 🔍 |
| colorFrom: blue |
| colorTo: purple |
| sdk: gradio |
| sdk_version: 4.0.0 |
| app_file: spaces_app.py |
| pinned: false |
| license: mit |
| short_description: Advanced news verification system using AI |
| --- |
| |
| # DGaze - News Verification System |
|
|
| An advanced AI-powered news verification system that helps identify potentially misleading or false information. |
|
|
| ## Features |
|
|
| - **Real-time Analysis**: Instant verification of news articles and URLs |
| - **Credibility Scoring**: Get detailed credibility scores for news content |
| - **Source Verification**: Check the reliability of news sources |
| - **Free Trial**: Try 2 verifications for free |
| - **Easy to Deploy**: One-click deployment to your own instance |
|
|
| ## How to Use |
|
|
| 1. **Paste news text** or **URL** in the input box |
| 2. **Click "Verify News"** to analyze the content |
| 3. **Get detailed results** including credibility score and analysis |
|
|
| ## Try the Examples |
|
|
| We've included sample news articles to demonstrate the verification capabilities: |
| - Suspicious breakthrough claims |
| - Real news with proper sourcing |
|
|
| ## Deploy Your Own |
|
|
| This is a demo version with limited free trials. To get unlimited access: |
|
|
| 1. **Fork this Space** or download the code |
| 2. **Deploy to your own infrastructure** |
| 3. **Configure with your backend API** |
| 4. **Customize for your specific needs** |
|
|
| ## Configuration |
|
|
| Set the following environment variables: |
| - `API_BASE_URL`: Your backend API endpoint |
|
|
| ## Built With |
|
|
| - **Gradio**: For the interactive web interface |
| - **Python**: Backend processing |
| - **Hugging Face Spaces**: Hosting platform |
|
|
| --- |
|
|
| *Built with ❤️ for fighting misinformation* |