laudavid commited on
Commit
7272743
1 Parent(s): 4bfc75e

update readme gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. README.md +14 -0
.gitignore CHANGED
@@ -164,3 +164,5 @@ cython_debug/
164
  # and can be added to the global gitignore or merged into this file. For a more nuclear
165
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
166
  #.idea/
 
 
 
164
  # and can be added to the global gitignore or merged into this file. For a more nuclear
165
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
166
  #.idea/
167
+
168
+ results_od.png
README.md CHANGED
@@ -7,3 +7,17 @@ app_file: main_page.py
7
  pinned: false
8
  ---
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ AI and Data Science examples 🧠
11
+ Space for the Streamlit "AI and Data Science examples" HEC Paris app.
12
+
13
+ The app is structured in 5 pages:
14
+ - Supervised vs Unsupervised
15
+ - Time Series Analysis
16
+ - Sentiment Analysis
17
+ - Object detection
18
+ - Recommendation system
19
+
20
+ Each page contains one or more real-life use cases of AI.
21
+ Some of these use cases include electrical power consumption forecasting or customer segmentation
22
+
23
+ Other pages on image segmentation and topic modeling are currently being developped.