Skip to content

Prababil/DecisionTreeVisualiser_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecisionTreeVisualiser_DSA

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published