@nanonets/image-classification
Version:
NanoNets' Image Classification Node.js SDK.
34 lines (28 loc) • 734 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
background-color: black;
color: #e0e0e0;
display: flex;
flex-direction: column;
align-items: center;
font-family: sans-serif;
}
a {
color: #e0e0e0;
}
</style>
<title>NanoNets Node.js SDK Example</title>
</head>
<body>
<h1>NanoNets Node.js SDK Example</h1>
<h2>Optical Character Recognition and Image Classification</h2>
<h3>Check server console for output</h3>
<a href="/uploadFile">File Upload Example</a>
</body>
</html>