My web portfolio: novasush
-
๐ญ Software Engineer
-
๐ฑ Delivering Computer Vision APIs (AIaaS)
-
๐จโ๐ป Tech Blogger Medium
nsvision is the image data pre and post processing and data augmentation library. It provides utilities for working with image data.
Deploy image classifier on a static website using javascript.
Shell script for building python from source
Training a convolutional neural network to classify images of the Fashion MNIST dataset and use TensorBoard to explore how it's confusion matrix evolves over time.
<!DOCTYPE html>
<html>
<head>
<title>Training a model on browser</title>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest"></script>
Training Fashion MNIST dataset on browser using tensorflowjs and visualizing model training using tfvisualizer js library
JavaScript 2