lightmate commited on
Commit
1987775
·
verified ·
1 Parent(s): 4670029

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: DGaze News Verification
3
+ emoji: 🔍
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.0.0
8
+ app_file: spaces_app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: Advanced news verification system using AI
12
+ ---
13
+
14
+ # DGaze - News Verification System
15
+
16
+ An advanced AI-powered news verification system that helps identify potentially misleading or false information.
17
+
18
+ ## Features
19
+
20
+ - **Real-time Analysis**: Instant verification of news articles and URLs
21
+ - **Credibility Scoring**: Get detailed credibility scores for news content
22
+ - **Source Verification**: Check the reliability of news sources
23
+ - **Free Trial**: Try 2 verifications for free
24
+ - **Easy to Deploy**: One-click deployment to your own instance
25
+
26
+ ## How to Use
27
+
28
+ 1. **Paste news text** or **URL** in the input box
29
+ 2. **Click "Verify News"** to analyze the content
30
+ 3. **Get detailed results** including credibility score and analysis
31
+
32
+ ## Try the Examples
33
+
34
+ We've included sample news articles to demonstrate the verification capabilities:
35
+ - Suspicious breakthrough claims
36
+ - Real news with proper sourcing
37
+
38
+ ## Deploy Your Own
39
+
40
+ This is a demo version with limited free trials. To get unlimited access:
41
+
42
+ 1. **Fork this Space** or download the code
43
+ 2. **Deploy to your own infrastructure**
44
+ 3. **Configure with your backend API**
45
+ 4. **Customize for your specific needs**
46
+
47
+ ## Configuration
48
+
49
+ Set the following environment variables:
50
+ - `API_BASE_URL`: Your backend API endpoint
51
+
52
+ ## Built With
53
+
54
+ - **Gradio**: For the interactive web interface
55
+ - **Python**: Backend processing
56
+ - **Hugging Face Spaces**: Hosting platform
57
+
58
+ ---
59
+
60
+ *Built with ❤️ for fighting misinformation*