- Virtual Environment Setup and
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt-
Install Data from kaggle in
data\ -
Make virtual environment compatible with Jupyter Notebook
ipython kernel install --user --name=blindness-detection