cat_dog_predictor / Makefile
utility-ai's picture
built a simple streamlit app and updated dependencies
8d6be65
install:
pip install --upgrade pip && \
pip install -r requirements.txt
#format:
# python -m black *.py
# lint:
# pylint --disable=R,C *.py
#test:
# python -m pytest -vv -----------------