File size: 613 Bytes
dde43c0
 
 
 
 
 
f4c83b1
dde43c0
f360b47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: AIVIZ
sdk: streamlit
emoji: ๐Ÿ“ˆ
colorFrom: red
colorTo: yellow
app_file: app.py
---
# AIViz
Software Engineering Project ESILV DIA 1

Web application allowing the user to perform Machine Learning over their own datasets. Results are then diplayed through dynamic visualizations, and downlodable.

To run the app locally : 

- Make sure to have Python 3.10+
- Install App dependencies:

```
pip install -r requirements.txt
```

- Run the app with Streamlit

```
streamlit run app.py engine=python
```

AIViz is also accessible <a href="https://clementcornet-aiviz-app-n0g5vp.streamlit.app/">online</a>.