This is code for a web application that utilizes machine learning models to predict monthly income based on input data provided by the user.
■You can access the application via the following URL:
https://salary-predict.cms-sample-site.xyz/?language=English
■For model creation, data from the Comprehensive Portal of Government Statistics was used:
https://www.e-stat.go.jp/
*The model has been removed and published here.
■Technology used:
scikit-learn, Python, Flask
■Reference article:
Here is the related blog articles page (Currently only in Japanese.)
https://biz.addisteria.com/free-mt-model-deploy/
[Blog Article Title]
"Flow of publishing a web app with machine learning model to Streamlit Cloud for free."
"Explanation of how to build a Flask development environment on Windows, up to database connection"
"Deploy Python web app on X server [using Miniconda, Flask, FastCGI]."
■Note
Initially, it was published to Streamlit. Therefore, the code here is for Streamlit.
However, due to various inconveniences, it is now published on X server.
Some of the code has also been changed. Thank you for your understanding
機械学習モデルを活用して、ユーザーが提供する入力データに基づいて、月収を予測することを目的としたWebアプリケーションのコードです。
最初はStreamlitに公開していました。そのため、コードもStreamlit用になっています。
ただ色々不便があり、現在はエックスサーバーに公開しています。
一部コードも変更しています。ご了承ください。
■以下のURLからアプリケーションにアクセスできます:
https://salary-predict.cms-sample-site.xyz/
■モデル作成にあたり、政府統計の総合窓口のデータを使用
https://www.e-stat.go.jp/
*こちらではモデルを削除して公開しています。
■使用技術
scikit-learn, Python, Flask
■関連記事
関連ブログ記事はこちら:
https://biz.addisteria.com/free-mt-model-deploy/