This is a Data Science Workshop by UpCode Academy.
It gives an overview of Data Science and showcases the power of it by hacking the online dating site OkCupid.
The code in this jupyter notebook scrapes data from OkCupid users and runs some algorithms to obtain some conclusions over it.
- Install conda, see its documentation
- Clone this repo using git
- Create a new conda environment
$ conda env create -n lanedetection -f binder/environment.yml
- Execute the jupyter notebook
$ jupyter notebook
- Open the url shown in the console with your favourite browser
- Enjoy the presentation!
Once opened you can see it in presentation mode (by clicking on the icon on the top right corner that looks like a present). Although no style file will be loaded and your presentation background will be plain white.