-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tensorflow.js, embed Despacito video in iframe
- Loading branch information
Showing
27 changed files
with
320 additions
and
19,798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
\.DS_Store |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%; | ||
} |
Oops, something went wrong.