Spaces:
Sleeping
Sleeping
Commit ·
218a104
1
Parent(s): a0c0968
updated README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Social Media Bot Detection
|
| 2 |
|
| 3 |
This project focuses on detecting automated (bot) accounts using **only user metadata and behavioral features**, without relying on text or content analysis.
|
|
@@ -60,14 +71,6 @@ Metadata and behavior:
|
|
| 60 |
- Open to further improvements
|
| 61 |
|
| 62 |
|
| 63 |
-
|
| 64 |
-
title: Bot Detection
|
| 65 |
-
emoji: 🤖
|
| 66 |
-
colorFrom: blue
|
| 67 |
-
colorTo: green
|
| 68 |
-
sdk: streamlit
|
| 69 |
-
app_file: app.py
|
| 70 |
-
pinned: false
|
| 71 |
-
---
|
| 72 |
|
| 73 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Bot Detection
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
# Social Media Bot Detection
|
| 13 |
|
| 14 |
This project focuses on detecting automated (bot) accounts using **only user metadata and behavioral features**, without relying on text or content analysis.
|
|
|
|
| 71 |
- Open to further improvements
|
| 72 |
|
| 73 |
|
| 74 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|