Skip to content

Instantly share code, notes, and snippets.

View steveseguin's full-sized avatar
🎯
Focusing

Steve Seguin steveseguin

🎯
Focusing
View GitHub Profile
@steveseguin
steveseguin / classicube-map-generator.ipynb
Created December 31, 2019 11:13
ClassiCube Map Generator.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@steveseguin
steveseguin / install_tensorflow.sh
Created February 13, 2018 18:58
install tensorflow for ubuntu 16 and python+3.5
sudo apt-get update
sudo apt-get install python3-pip python3-dev -y
pip3 install tensorflow
@steveseguin
steveseguin / install_opencv.sh
Created February 13, 2018 17:33
install opencv 3.4
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt-get -y autoremove
# 2. INSTALL THE DEPENDENCIES
# Build tools:
sudo apt-get install -y build-essential cmake