Skip to content
Nicolas Raoul edited this page Nov 12, 2018 · 10 revisions

Running on Google Colaboratory

  1. Access Google Colaboratory using the below URL:

https://colab.research.google.com/

  1. Implement these codes below in each code block on the notebook. (You can't implement these on the same time in one code block.)
!git clone https://github.com/nicolas-raoul/selfie-or-not.git
cd selfie-or-not
%run -i run-preprocessed.py
Clone this wiki locally