Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AI News Analyzer
|
2 |
|
3 |
AI News Analyzer is a Python-based application that scrapes, processes, and summarizes news articles, YouTube video transcripts, and Reddit posts related to technology. It performs topic modeling on the collected data and visualizes the results. The project is contributed by AI Camp GI Team, leaded by Andy Yang, and contributed by Bob Fan, Blake Almon, Janice, Rayan Javaid, Lucy Grindler, Ava Tuntikanokporn, and coached by AI Camp's leaders.
|
|
|
1 |
+
---
|
2 |
+
title: "Matt Upham Content Generator"
|
3 |
+
emoji: "📊"
|
4 |
+
colorFrom: "red"
|
5 |
+
colorTo: "blue"
|
6 |
+
sdk: "gradio" # SDK used (e.g., gradio, streamlit)
|
7 |
+
sdk_version: "4.1.1" # Version of the SDK
|
8 |
+
app_file: "app.py" # Main file of your app
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# AI News Analyzer
|
13 |
|
14 |
AI News Analyzer is a Python-based application that scrapes, processes, and summarizes news articles, YouTube video transcripts, and Reddit posts related to technology. It performs topic modeling on the collected data and visualizes the results. The project is contributed by AI Camp GI Team, leaded by Andy Yang, and contributed by Bob Fan, Blake Almon, Janice, Rayan Javaid, Lucy Grindler, Ava Tuntikanokporn, and coached by AI Camp's leaders.
|