This project is designed to run with Python 3.11 and uses Streamlit for the front end
Follow these steps to create a Conda environment, install the necessary dependencies, and run the Streamlit application.
git clone https://github.com/risiriccardo/DataWiz.git
cd DataWiz
Create an environment and install the dependencies:
conda create -n DataWiz python=3.11
conda activate DataWiz
pip install -r requirements.txt
Run the app:
streamlit run main.py