Skip to content

Instantly share code, notes, and snippets.

@haruiz
Created November 10, 2016 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruiz/262bed2140c2f988a43d97a6c98fe3b0 to your computer and use it in GitHub Desktop.
Save haruiz/262bed2140c2f988a43d97a6c98fe3b0 to your computer and use it in GitHub Desktop.
index.html , post: Microsoft Cognitive Services Notes: Emotion API (Node.js)
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Emotion API Node js</title>
</head>
<body>
<form id="frmUploadImage">
<input type="file" name="file" id="inputImage">
<button type="submit" class="btn btn-default">Cargar foto</button>
</form>
<canvas id="canvasLoadImage"></canvas>
<script src="/public/vendor/jquery/dist/jquery.js"></script>
<script src="/public/js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment