Skip to content
/ ML_Web Public

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

License

Notifications You must be signed in to change notification settings

dbarty/ML_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published