Maheentouqeer1 commited on
Commit
62e5384
ยท
verified ยท
1 Parent(s): ed69cdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,13 +1,38 @@
1
  ---
2
  title: DeepTrace AI
3
  emoji: ๐ŸŒ
4
- colorFrom: pink
5
  colorTo: purple
6
- sdk: gradio
7
  sdk_version: 6.14.0
8
  python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: DeepTrace AI
3
  emoji: ๐ŸŒ
4
+ colorFrom: blue
5
  colorTo: purple
6
+ sdk: docker
7
  sdk_version: 6.14.0
8
  python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
+ ---
14
+ title: DeepTrace AI
15
+ emoji: ๐Ÿ”ฌ
16
+ colorFrom: blue
17
+ colorTo: purple
18
+ sdk: docker
19
+ pinned: true
20
+ license: mit
21
+ ---
22
+
23
+ # ๐Ÿ”ฌ DeepTrace AI
24
+
25
+ **Multi-Modal Misinformation Detection System**
26
+
27
+ DeepTrace AI detects:
28
+ - ๐Ÿ“ฐ **Fake News** โ€” RoBERTa transformer model
29
+ - ๐Ÿ–ผ๏ธ **AI-Generated Images** โ€” EfficientNetB3 vision model
30
+ - ๐Ÿ” **Emotional Manipulation** โ€” clickbait & fear language scoring
31
+
32
+ ## Models
33
+ | Module | Model |
34
+ |--------|-------|
35
+ | NLP | `hamzab/roberta-fake-news-classification` |
36
+ | Vision | `syeda-Rija20/image-detector` |
37
+
38
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference