InTowards AIbyAanisha Bhattacharyya·Sep 26, 2020Detecting Marine Creatures using the Monk Object Detection LibraryDetecting marine creatures effectively, can lead to reduction of over-fishing.This project helps to detect such creatures.
InVoice of CodebyAanisha Bhattacharyya·Aug 23, 2020Aerial Image Classification using Monk AIThe Aerial Image Classifier, can help people to actively survey and study ground patches, and do topological research.
InTowards AIbyAanisha Bhattacharyya·Aug 15, 2020Sign Language classification using MonkAISign Language is used to communicate with persons suffering with speech-impairment. A classifier helps us to communicate better with them.A response icon1A response icon1
InTowards AIbyAanisha Bhattacharyya·Jul 21, 2020Building a super-resolution image web-appThis is a web-app trained on SRCNN model. On giving an image as input, it reconstructs a higher resolution image of the same. I made this…
InLevel Up CodingbyAanisha Bhattacharyya·Jun 8, 2020Generative Adversarial NetworkThe idea behind GANs is that you have two networks, a generator 𝐺 and a discriminator 𝐷 , competing against each other. The generator…
InVoice of CodebyAanisha Bhattacharyya·Mar 23, 2020Easy guide with NumPy Data-StructuresDeep learning and Machine Learning,are the two most hot topics in field of technology,but it involves a lot of matrix math, and it’s…
Aanisha Bhattacharyya·Sep 8, 2019Using APIs in website,the easy wayEver felt that you want to use API search results in your website or web app, yet thought that its to cumbersome to use it.
Aanisha Bhattacharyya·Jul 18, 2019Build a cool Image Editor with CSS and Caman.jsMaking an image editor,does not require knowledge of heavy libraries or pixel manipulation.Its very easy to do,using Caman.js and simple…