make sure that pip is installed on the system before proceeding on with the following steps.
run the following command on the terminal to run the server:
pip install -r requirements.txt
uvicorn main:app --reload
Then paste the following link to the browser: http://127.0.0.1:8000
This will take you to the index page. Add any CSV file to the file upload and click on submit. The "datasets" folder contains 3 example CSV files that can be uploaded onto the website. After clicking on submit, the decision tree will be displayed onto the screen.