Spaces:
Running
Running
Andrea Sharon Silva commited on
Commit ·
ff73c12
1
Parent(s): f1ea6d6
fontend changes to test fake probability
Browse files- README +13 -0
- requirements.txt +1 -2
- xai-demo/src/App.jsx +0 -0
README
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DeceptionXAI
|
| 3 |
+
emoji: 🔍
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# DeceptionXAI — Multimodal Fake News Detection Framework
|
| 12 |
+
|
| 13 |
+
A multimodal fake news detection system using emotion-aware cross-modal analysis.
|
requirements.txt
CHANGED
|
@@ -25,5 +25,4 @@ emoji==2.2.0
|
|
| 25 |
python-dotenv==1.1.1
|
| 26 |
huggingface_hub>=0.19.3,<1.0
|
| 27 |
open-clip-torch>=2.20.0
|
| 28 |
-
sentence-transformers>=2.2.0
|
| 29 |
-
umap-learn
|
|
|
|
| 25 |
python-dotenv==1.1.1
|
| 26 |
huggingface_hub>=0.19.3,<1.0
|
| 27 |
open-clip-torch>=2.20.0
|
| 28 |
+
sentence-transformers>=2.2.0
|
|
|
xai-demo/src/App.jsx
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|