Chatbot

Build a chatbot using OpenAI's GPT-3.5 within a Streamlit application for interactive conversations.

Author

Chatbot logo

jhillbht

Apache License 2.0

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 9/2/2025

Tags

chatbot openai streamlit jhillbht chatbot build chatbot chatbot build

💬 Chatbot template

A simple Streamlit app that shows how to build a chatbot using OpenAI's GPT-3.5.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py