文件名称:flower-species-predictor:ML Web应用程序可预测花朵的种类
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-26 13:46:07
python flask machine-learning scikit-learn HTML
ML Web应用程序 这是我的第一个使用Flask微型Web框架构建的ML Web应用程序,并使用Heroku进行了部署。 该模型在著名的鸢尾花数据集上进行训练,从而预测给定花朵的种类。 您可以在上查看该应用程序 Web应用程序片段
【文件预览】:
flower-species-predictor-master
----app.py(1KB)
----ml_model.pkl(4KB)
----ml.py(564B)
----requirements.txt(188B)
----LICENSE(34KB)
----Procfile(22B)
----README.md(472B)
----templates()
--------home.html(382B)
--------getdata.html(900B)
--------layout.html(941B)
--------prediction.html(182B)