- 成果物確認: https://share.streamlit.io/lightondust/finteract_streamlit
- チュートリアル1のアプリ確認: https://share.streamlit.io/lightondust/finteract_streamlit/tutorial1heroku
各チュートリアルのソースコードはそれぞれのブランチにあります。
- チュートリアル1コード: https://github.com/lightondust/finteract_streamlit/tree/tutorial1
- チュートリアル1確認用: https://github.com/lightondust/finteract_streamlit/tree/tutorial1heroku
- チュートリアル1パフォーマンスチューニングしたコード: https://github.com/lightondust/finteract_streamlit/tree/tutorial1heroku
- チュートリアル2コード: https://github.com/lightondust/finteract_streamlit/tree/tutorial2
レポジトリをダウンロード
git clone https://github.com/lightondust/finteract_streamlit.git
使いたいブランチをチェックアウト
git checkout <branch>
ライブラリインストール
pip install -r requirements.txt
streamlitアプリを実行
streamlit run streamlit_app.py