Streamlit
Pythonでシンプルに(スクリプトライクに)webアプリを作れる
Python
スクリプトをそのまま
webアプリ
にできるような使用感
レベル感としては,Pythonが書けて,MarkdownやScrapbox記法に慣れてる人なら誰でもすぐ扱える程度に思う
公式ページ:
https://streamlit.io/
(試しに作ってみたもの)
テキスト処理アプリ:
https://github.com/tomiokario/parallelTranslationGenerator2
AI Chat:
https://github.com/tomiokario/chatApps
サンプルも充実している
簡単なテキスト処理や画像処理,データの可視化に加えて,LLM関連のChatUIなども簡単に実装できるらしい.
公式サイトのサンプル:
https://streamlit.io/gallery
2024/5/23 18:16
original:
/tomiokario-close/Streamlit
#開発フレームワーク
#大規模言語モデル