- Python 3.8
- Anaconda (for setting up of VE)
- Setting up the virtual environment
- Create conda environment conda create -n mlvc python=3.8
- Activate environment conda activate mlvc
- Install dependencies pip install -r requirements.txt
-
Run python main.py to start the dash server
-
Launch http://localhost:8888 to interact with UI