Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 525 Bytes

Satellite Imaging Project: Stanford AI4ALL 2019

Prerequisites

First, create a virtual environment. python3 -m venv .env

Activate the virtual environment. source .env/bin/activate

pip install -r requirements.txt

Working on the project

Navigate to the directory containing this repository, then cd into the repository. cd stanford-ai4all-vision

Activate the virtual environment. source .env/bin/activate

Enter the notebook directory. cd notebooks

Start the ipython notebook. ipython notebook