Skip to content

Adith628/Streamlit_ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit_ChatBot

Overview

This project demonstrates the integration of OpenAI's GPT-3.5 model with Streamlit to create an interactive chatbot. The chatbot is designed to engage in natural language conversations with users.

Installation

1.Clone this repository

2.Navigate to the project directory

3.Install the required dependencies

  pip install -r requirements.txt

Configuration

1.Obtain OpenAI API Key

2.Set your OpenAI API key:

  OPENAI_API_KEY=your-api-key-goes-here

Usage

1.Run the Streamlit app:

  streamlit run app.py

2.Open your browser and navigate to http://localhost:8501 to interact with the chatbot.

Features

  • Natural language conversation with OpenAI GPT-3.5
  • User-friendly interface powered by Streamlit.
  • Easily extensible for further customization.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the functionality or add new features.

About

Simple chatBot made using streamlit and OpenAI Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages