ShreyasGosavi commited on
Commit
db7601b
Β·
verified Β·
1 Parent(s): f3972ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -73
README.md CHANGED
@@ -1,73 +1,73 @@
1
- ---
2
- title: Multimodal Misinformation Detection
3
- emoji: πŸ”
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 4.0.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- # πŸ” Multimodal Misinformation Detection System
14
-
15
- **Detect AI-generated text, deepfake images, and coordinated disinformation campaigns using deep learning.**
16
-
17
- ## πŸš€ Features
18
-
19
- - **Text Analysis**: Identify AI-generated content from GPT, ChatGPT, and other LLMs
20
- - **Image Analysis**: Detect deepfake and manipulated images
21
- - **Real-time Processing**: Get results in under 2 seconds
22
- - **High Accuracy**: 93-95% detection accuracy on benchmark datasets
23
-
24
- ## 🎯 Use Cases
25
-
26
- - Social media content moderation
27
- - News verification and fact-checking
28
- - Academic integrity monitoring
29
- - Digital forensics investigation
30
-
31
- ## πŸ› οΈ Technology
32
-
33
- - **Models**: EfficientNet-B4, RoBERTa-base, GPT-2
34
- - **Frameworks**: PyTorch, Transformers, Gradio
35
- - **Detection**: Face analysis, artifact detection, perplexity scoring
36
-
37
- ## πŸ“Š Performance
38
-
39
- | Task | Accuracy | Speed |
40
- |------|----------|-------|
41
- | Text Detection | 95% | <1s |
42
- | Image Detection | 93% | <2s |
43
- | Video Analysis | 91% | ~5s |
44
-
45
- ## πŸ’‘ How It Works
46
-
47
- ### Text Analysis
48
- 1. Analyzes writing patterns and vocabulary
49
- 2. Calculates perplexity using GPT-2
50
- 3. Classifies as human or AI-generated
51
- 4. Provides confidence score and explanation
52
-
53
- ### Image Analysis
54
- 1. Detects faces in the image
55
- 2. Analyzes facial features for manipulation
56
- 3. Identifies compression artifacts
57
- 4. Classifies as authentic or deepfake
58
-
59
- ## πŸ”— Links
60
-
61
- - [GitHub Repository](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection)
62
- - [API Documentation](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection#api)
63
- - [Technical Paper](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection/blob/main/ARCHITECTURE.md)
64
-
65
- ## πŸ‘€ Author
66
-
67
- Built by **Shreyas Gosavi** for Google DeepMind Research Engineer application.
68
-
69
- Addressing the challenge of information quality and online misinformation through multimodal AI detection.
70
-
71
- ## πŸ“ License
72
-
73
- MIT License - See LICENSE file for details
 
1
+ ---
2
+ title: Multimodal Misinformation Detection
3
+ emoji: πŸ”
4
+ colorFrom: red
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 6.5.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ # πŸ” Multimodal Misinformation Detection System
14
+
15
+ **Detect AI-generated text, deepfake images, and coordinated disinformation campaigns using deep learning.**
16
+
17
+ ## πŸš€ Features
18
+
19
+ - **Text Analysis**: Identify AI-generated content from GPT, ChatGPT, and other LLMs
20
+ - **Image Analysis**: Detect deepfake and manipulated images
21
+ - **Real-time Processing**: Get results in under 2 seconds
22
+ - **High Accuracy**: 93-95% detection accuracy on benchmark datasets
23
+
24
+ ## 🎯 Use Cases
25
+
26
+ - Social media content moderation
27
+ - News verification and fact-checking
28
+ - Academic integrity monitoring
29
+ - Digital forensics investigation
30
+
31
+ ## πŸ› οΈ Technology
32
+
33
+ - **Models**: EfficientNet-B4, RoBERTa-base, GPT-2
34
+ - **Frameworks**: PyTorch, Transformers, Gradio
35
+ - **Detection**: Face analysis, artifact detection, perplexity scoring
36
+
37
+ ## πŸ“Š Performance
38
+
39
+ | Task | Accuracy | Speed |
40
+ |------|----------|-------|
41
+ | Text Detection | 95% | <1s |
42
+ | Image Detection | 93% | <2s |
43
+ | Video Analysis | 91% | ~5s |
44
+
45
+ ## πŸ’‘ How It Works
46
+
47
+ ### Text Analysis
48
+ 1. Analyzes writing patterns and vocabulary
49
+ 2. Calculates perplexity using GPT-2
50
+ 3. Classifies as human or AI-generated
51
+ 4. Provides confidence score and explanation
52
+
53
+ ### Image Analysis
54
+ 1. Detects faces in the image
55
+ 2. Analyzes facial features for manipulation
56
+ 3. Identifies compression artifacts
57
+ 4. Classifies as authentic or deepfake
58
+
59
+ ## πŸ”— Links
60
+
61
+ - [GitHub Repository](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection)
62
+ - [API Documentation](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection#api)
63
+ - [Technical Paper](https://github.com/YOUR_USERNAME/multimodal-misinformation-detection/blob/main/ARCHITECTURE.md)
64
+
65
+ ## πŸ‘€ Author
66
+
67
+ Built by **Shreyas Gosavi** for Google DeepMind Research Engineer application.
68
+
69
+ Addressing the challenge of information quality and online misinformation through multimodal AI detection.
70
+
71
+ ## πŸ“ License
72
+
73
+ MIT License - See LICENSE file for details