Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchen1011/chatgpt-finetune-ui
Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo)
https://github.com/anchen1011/chatgpt-finetune-ui
chatbot chatgpt finetune gpt-3 gpt-35-turbo gui live-demo openai openai-api openai-chatgpt streamlit streamlit-webapp webui
Last synced: 26 days ago
JSON representation
Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo)
- Host: GitHub
- URL: https://github.com/anchen1011/chatgpt-finetune-ui
- Owner: anchen1011
- License: mit
- Created: 2023-08-23T12:56:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:14:36.000Z (about 1 year ago)
- Last Synced: 2024-09-29T17:40:55.384Z (about 1 month ago)
- Topics: chatbot, chatgpt, finetune, gpt-3, gpt-35-turbo, gui, live-demo, openai, openai-api, openai-chatgpt, streamlit, streamlit-webapp, webui
- Language: Python
- Homepage: http://system2.space:8001
- Size: 509 KB
- Stars: 207
- Watchers: 5
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-finetune-ui - Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo) (Chatbots)
README
# chatgpt-finetune-ui
Simple python WebUI for fine-tuning gpt-3.5-turbo![screenshot](screenshot.png)
## Installation
```
pip install openai
pip install streamlit
```## Usage
```
streamlit run main.py --server.port 8001 --server.address 0.0.0.0
```## Experimental Demo
[http://system2.space:8001](http://system2.space:8001)