Skip to content

Instantly share code, notes, and snippets.

@georgeperry1
Created July 12, 2019 14:09
Show Gist options
  • Save georgeperry1/d464bb4cd8e35a16f9e7182d9974b7ff to your computer and use it in GitHub Desktop.
Save georgeperry1/d464bb4cd8e35a16f9e7182d9974b7ff to your computer and use it in GitHub Desktop.
import-json.comment-analysis.js
import * as tf from '@tensorflow/tfjs';
import '@tensorflow/tfjs-node';
import * as use from '@tensorflow-models/universal-sentence-encoder';
import comments from './comment-training.json';
import comment_testing from './comment-test.json';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment