llm-autobiography / README.md
jhao's picture
Upload folder using huggingface_hub
27d101d verified
---
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.