Skip to content

Commit

Permalink
Use tensorflow.js, embed Despacito video in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
RylanOC committed Nov 26, 2018
1 parent 5c8d5c0 commit bda058b
Show file tree
Hide file tree
Showing 27 changed files with 320 additions and 19,798 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

\.DS_Store
Binary file removed css/border-h.gif
Binary file not shown.
Binary file removed css/border-v.gif
Binary file not shown.
41 changes: 0 additions & 41 deletions css/imgareaselect-default.css

This file was deleted.

20 changes: 20 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.body {
font-family: 'Oswald', sans-serif;
}

.title {
text-align: center;
}

.webcam {
float: left;
margin: 10px;
width: 40%;
}

.despacito {
float: right;
margin: 10px;
background-color: red;
width: 40%;
}
Loading

0 comments on commit bda058b

Please sign in to comment.