Skip to content

Commit f0340c0

Browse files
committed
initial project setup
0 parents  commit f0340c0

File tree

4 files changed

+2281
-0
lines changed

4 files changed

+2281
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
data/
2+
*.png
3+
node_modules/
4+
.env
5+
.DS_Store

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
console.log("Hello Autoencoder 🚂");
2+
3+
import * as tf from '@tensorflow/tfjs-node'

0 commit comments

Comments
 (0)