Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 308 Bytes

Setup

  • 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