Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 790 Bytes

Chatbot With GUI using Streamlit

This is a simple chatbot project that utilizes the OpenAI API to generate responses to user input. The chatbot is built using Python and interacts with the OpenAI API to generate responses based on the given prompt.

Requirements

Installation

  1. Clone the repository:
git clone https://github.com/Dinjan-AIML/Chatbot_with_GUI.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the chatbot script:
python chatbot.py

Resources

Open AI | LangChain | Streamlit