An open API service indexing awesome lists of open source software.

https://github.com/tsuzukia21/streamlit-app


https://github.com/tsuzukia21/streamlit-app

streamlit streamlit-webapp

Last synced: 4 months ago
JSON representation

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!