This is a small aplication to learn the basics of ML.
To run the software we have 3 steps:
-
Run the server: Python3: python -m http.server 8000
-
Generating a ML (only if you dont want to use one of the previous generated): http://localhost:8000/ML-Shapes/generate-ml/
-
Testing a ML: http://localhost:8000/ML-Shapes/using-ml/
This final step is where you actually use the application.