Spaces:
Running
Running
readme up
Browse files
README.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
## cat > README-template.md << 'EOL'
|
4 |
-
|
5 |
title: Content Analyzer
|
6 |
emoji: π
|
7 |
colorFrom: blue
|
@@ -11,9 +8,16 @@ sdk_version: 4.0.0
|
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
license: apache-2.0
|
14 |
-
|
15 |
---
|
16 |
|
17 |
# Content Analyzer
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
|
|
|
|
|
|
2 |
title: Content Analyzer
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
11 |
---
|
12 |
|
13 |
# Content Analyzer
|
14 |
|
15 |
+
An advanced content analysis tool that can process:
|
16 |
+
- Text input
|
17 |
+
- Web URLs
|
18 |
+
- Document files (.txt, .pdf, .docx)
|
19 |
+
|
20 |
+
## Features
|
21 |
+
- Text summarization
|
22 |
+
- Sentiment analysis
|
23 |
+
- Topic detection
|