Developed as part of the Pathway program during the summer of 2025.
If you are using pip
to manage dependencies, run
pip install . && pip uninstall -y ucr_chatbot
flask --app ucr_chatbot run
from the root directory of this repository.
If you are using uv, which is highly recommended, then you can use
uv run flask --app ucr_chatbot run