Skip to content

Instantly share code, notes, and snippets.

View elswork's full-sized avatar
🙋‍♂️
Full Stack Developer / Data Scientist

elswork elswork

🙋‍♂️
Full Stack Developer / Data Scientist
View GitHub Profile
@elswork
elswork / Readme.md
Last active June 20, 2019 13:55
Data Science Docker Stack

Data Science Docker Stack

This set of Docker images were developed to provide a fast and reproducible way to play, develop and learn with Tensorflow under Python environment, from minimal installation to a complete one including JupyterLab computational environment and OpenCV (Open Source Computer Vision Library). Use or build images for amd64 or arm32v7 architectures without hassle, the whole set is Multi-Arch designed. Get latest versions and switch between them while keep clean your system.

Features Chart

GitHub Python2 Python3 Tensorflow JupyterLab OpenCV
@elswork
elswork / designer.html
Created August 8, 2014 00:39
designer
<link rel="import" href="../components/polymer/polymer.html">
<link rel="import" href="elements/three-elements.html">
<polymer-element name="my-element">
<template>
</template>
<script>
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../core-menu-button/core-menu-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">