Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 426 Bytes

ML_Web

This is a example how to use a trained machine learning model with a webpage

Prerequirements

Maybe you need some more modules. See requirements.txt.

Generate the model file (if it is missing)

Just run the python main.py in your console or in your IDE.

Run the server

Type python -m flask run or python -m flask --app ./app.py run in your console window and open the published URL in your browser.