AIO24 Project01 Streamlit chatbot application 1. Clone the repository 2. (Optional) Create and activate a virtual environment For Unix/MacOS python3 -m venv .venv source .venv/bin/activate 3. Install the required dependencies pip install -r requirements.txt 4. Start the application streamlit run chatbot.py