Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
license: mit
|
9 |
-
short_description: 'FactChecker: Fake News Detector'
|
10 |
-
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
# FactChecker: Fake News Detection Web Application
|
2 |
+
|
3 |
+
FactChecker is a web application that detects fake news using various machine learning models.
|
4 |
+
The system analyzes text input and predicts whether the content is likely to be real or fake news,
|
5 |
+
providing confidence scores and visualizations to help users understand the results.
|
6 |
+
|
7 |
+

|
|
|
|
|
|
|
|
|
|