AIVIZ / README.md
MatthiasPi's picture
commit the whole project
a3171a2
|
raw
history blame contribute delete
No virus
517 Bytes

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 online.