Create your own model for image classification.
To install the dependencies and use the notebook you'll need pipenv
:
pip3 install pipenv
Start the virtual environment typing:
pipenv shell
Install the dependencies using:
pipenv install
Open Jupyter Notebook with:
jupyter-lab