Skip to content

Instantly share code, notes, and snippets.

@joelmasters
Created November 19, 2020 04:30
Show Gist options
  • Save joelmasters/d95d7806db01912368c1a1bc9d926f9e to your computer and use it in GitHub Desktop.
Save joelmasters/d95d7806db01912368c1a1bc9d926f9e to your computer and use it in GitHub Desktop.
Sentiment Analyzer index
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Sentiment Analyzer"
/>
<title>Sentiment Analyzer</title>
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment