Skip to content

andriusvo/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Chatbot App

Welcome to the Turing Chatbot App! This project is a web application built with Python and Streamlit that provides a platform with configurable settings to interact with chatbot.

Features

  • Chatbot: Chatbot that is running OpenAI under the hood

Preview live

Click here to preview


Getting Started

Follow these steps to set up and run the application on your local machine.

Prerequisites

Ensure you have the following installed:

  • Python 3.8 or later
  • pip (Python package manager)

Installation

  1. Clone the repository:

    git clone git@github.com:TuringCollegeSubmissions/avoito-AE.2.5.git turing-chatbot
    cd turing-chatbot
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt

Running the App

  1. Launch the Streamlit app:

    streamlit run chatbot.py
  2. Open your browser and go to:

    http://localhost:8501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages