laudavid commited on
Commit
e42c510
1 Parent(s): c2522bb

Fix README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -13
README.md CHANGED
@@ -1,14 +1,9 @@
1
- # AI and Data Science examples 🧠
2
- Space for the Streamlit "AI and Data Science examples" HEC Paris app.
 
 
 
 
 
 
3
 
4
- The app is structured in 5 pages:
5
- - Supervised vs Unsupervised
6
- - Time Series Analysis
7
- - Sentiment Analysis
8
- - Object detection
9
- - Recommendation system
10
-
11
- Each page contains one or more real-life use cases of AI.
12
- Some of these use cases include electrical power consumption forecasting or customer segmentation
13
-
14
- Other pages on image segmentation and topic modeling are currently being developped.
 
1
+ ---
2
+ title: "AI and Data Science Examples"
3
+ emoji: "🧠"
4
+ sdk: "streamlit"
5
+ sdk_version: "1.31.0"
6
+ app_file: main_page.py
7
+ pinned: false
8
+ ---
9