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.
- Chatbot: Chatbot that is running OpenAI under the hood
Follow these steps to set up and run the application on your local machine.
Ensure you have the following installed:
- Python 3.8 or later
- pip (Python package manager)
-
Clone the repository:
git clone git@github.com:TuringCollegeSubmissions/avoito-AE.2.5.git turing-chatbot cd turing-chatbot -
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Launch the Streamlit app:
streamlit run chatbot.py
-
Open your browser and go to: