streamlit #
アプリの作り方 #
以下のyoutube動画とgithubのコードを参考にしてください。 実行に必要な環境はpython3.9かそれ以降のバージョンが動作する環境のみです。
アプリの起動方法 #
- githubからコードをクローンしてくる
pip3 install -r requirements.txtstreamlit run app.py --server.address=localhostをコマンドラインで実行- http://localhost:8501にアクセス