
mini-pokedex
Date published: 13-Apr-2020
1 min read / 95 words
Author: Akshay Ashok
Motivation
Made this project while writing the MSP Developer Stories blog.
The classification model is trained on a custom dataset generated with images from bing image search api. To generate the dataset I used bingoset, which is a CLI Toolkit to quickly create image dataset using Bing Image Search API.
The Deep learning part is done with fast ai. The backend part is done with starlette, and frontend is made using vanilla js.
I have explained each and every part of building this project in this blog post : deeplearning-tutorial-azure
Check out at GitHub: pokedex-deploy