Airline customer satisfaction via machine learning algorithms.
# Install poetry
pipx install poetry
# Install dependencies
poetry install
# Run any notebook you want
poetry run jupyter notebook
#Run survey app
poetry run flask --app app --debug run