Clone the repo :
git clone [email protected]:apurvtwr/SaltIdentification.git
Go to project root
cd SaltIdentification
Create a virtual env in python 2.7 as :
virtualenv env
activate the env
source env/bin/activate
now install all dependencies
pip install -r requirements.txt
You would have to follow the instrctions here https://www.kaggle.com/docs/api to setup your kaggle cli
Download the dataset :
kaggle competitions download -c tgs-salt-identification-challenge
run jupyter lab :
jupyter lab