https://github.com/tsuzukia21/streamlit-app
https://github.com/tsuzukia21/streamlit-app
streamlit streamlit-webapp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsuzukia21/streamlit-app
- Owner: tsuzukia21
- Created: 2023-09-02T02:26:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T17:41:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T20:47:29.018Z (about 1 year ago)
- Topics: streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 347 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamlit-app
The application created with stremalit is available to the public.
stremalitで作成したアプリを公開しています。
[Streamlit Cloud App](https://app-app-kuvmcxy8ydiaeyekydue6h.streamlit.app/)
# How to use
For details on usage and code, please refer to the following links.(Japanese)
使い方、コードの詳細は以下のリンクから確認できます。
st_chat_ChatGPT.py...[StreamlitでChatGPTアプリを作成しよう!](https://zenn.dev/tsuzukia/articles/bc0564a7a7f427)
st_chat_Agent.py...[StreamlitでChatGPTアプリを作成しよう!](https://zenn.dev/tsuzukia/articles/3fbf91647d50d4)
st_transcribe.py...[Streamlitで音声文字起こしアプリを作成してみよう!*文字起こし結果修正機能付き](https://zenn.dev/tsuzukia/articles/eb116703b71c5f)
st_MitoSheet.py...[streamlitで気軽に実行出来るスプレッドシートMitoの備忘録(紹介)](https://zenn.dev/tsuzukia/articles/338d70e1c7166d)
st_rag_langgraph.py...[streamlitでLangGraphによる自己修正RAGを実装してみよう!](https://zenn.dev/tsuzukia/articles/e4db5889a9a02c)
# Installation
```python
pip install -r requirements.txt
```
# Usage
ChatGPT
If you run main.py, you can access each app from the side menu, but you can also run each app individually.
main.pyを実行すればサイドメニューから各アプリにアクセスできますが、個別に各アプリを実行することもできます。
```python
streamlit run main.py
```
# API Key
Please set up the API Key as needed.
必要に応じAPI Keyの設定をしてください
# Author
* tsuzukia21
* Twitter : [https://twitter.com/tsuzukia_prgm](https://twitter.com/tsuzukia_prgm)
* zenn : https://zenn.dev/tsuzukia
Thank you!