datathon-2023 Setup python3 -m venv venv . venv/bin/activate pip install -r requirements.txt Download images into data/images/. The train.csv is already included within the repo. Run Streamlit App streamlit run app.py