risiriccardo / DataWiz

0 stars 0 forks source link

DataWiz

This project is designed to run with Python 3.11 and uses Streamlit for the front end

Prerequisites

Setup Instructions

Follow these steps to create a Conda environment, install the necessary dependencies, and run the Streamlit application.

  1. Clone this repository to your local machine:
git clone https://github.com/risiriccardo/DataWiz.git
cd DataWiz
  1. Create an environment and install the dependencies:

    conda create -n DataWiz python=3.11
    conda activate DataWiz
    pip install -r requirements.txt
  2. Run the app:

    streamlit run main.py