In this video tutorial I will show you how you can use streamlit, Ollama llama3 model and MySQL database to create a chatbot that can answer questions from the database.
- Clone the repository
- Install the required libraries
pip install -r requirements.txt
- Run the app
streamlit run app.py