Skip to content

GoldenDragon0710/Gradio-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot using Gradio

This is a simple chatbot built with Gradio. The chatbot takes user input and provides predefined responses based on the input.

Prerequisites

Make sure you have the following dependencies installed:

- Python 3.10.11
- Gradio (pip install gradio)

Usage

  • Clone or download this repository.

  • Create .env file and edit like this:

API_KEY = sk-xxxxx
  • In the command line, navigate to the project directory and run the application with the following command:
python3.10 app.py
  • The Gradio interface will start running and can be accessed at http://localhost:8080. Open this URL in your web browser.

Releases

No releases published

Packages

No packages published