Spaces:
Running
Running
File size: 584 Bytes
a44abd5 27d101d a44abd5 27d101d a44abd5 27d101d a44abd5 27d101d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: llm-autobiography
app_file: chatgpt.py
sdk: gradio
sdk_version: 3.50.2
---
# Chatbot Frontend
## Prerequisites
- Python 3.x
- pip
## Installation
1. Clone the repository:
```
git clone https://github.com/Zhuoxuan-Zhang/chatbot-ui.git
```
2. Navigate to the project directory:
```
cd chatbot-ui
```
3. Install the required packages:
```
pip install -r requirements.txt
```
## Running the Application
Start the chatbot by running:
```
python chatgpt.py
```
## Usage
- Open Chrome and visit `http://localhost:7860` to interact with the chatbot. |