Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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)