CoolFace
Apppublic

JanfNavf/Multilingual_Character-Style_Chatbot

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

MultilingualCharacter-StyleChatbot

Simple chatbot with the openai API and Gradio

Demo

Live Demo

Setup and Installation

  1. 1.Clone the Repository
sh
   git clone https://github.com/jorge-armando-navarro-flores/Multilingual_Character-Style_Chatbot.git

   cd Multilingual_Character-Style_Chatbot
  1. 1.Create a Virtual Environment
sh
   python -m venv venv

   source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. 1.Install Dependencies
sh
   pip install -r requirements.txt
  1. 1.Configure Environment Variables

Create a .env file in the root directory and add your email and OpenAI credentials:

env
   OPENAI_API_KEY=Your_OpenAI_API_key
  1. 1.Run the App
sh
   python app.py