In order to run the program you must first install the requirements:
pip install pandas
pip install numpy
pip install kagglehub
pip install scikit-learn
pip install flask
Once the dependencies are all installed, the application can be run using:
python app.py
This will launch the web app on a local host port.