Manimaran commited on
Commit
6d7092d
1 Parent(s): 21782ed

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: wtfpl
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: wtfpl
3
  ---
4
+ # Pokemon Classifier
5
+
6
+ This repo is a part of my study in deep learning with [fast.ai](https://www.fast.ai), this app uses this template [repo](https://github.com/render-examples/fastai-v3). thanks to them for the starter code and the [fast ai MOOC](https://course.fast.ai/) for making it easy to build deep learning models, and also the creator of this <del>[dataset](https://kaggle.com/mrgravelord/complete-pokemon-image-dataset)</del> for putting up a curated dataset (removed from kaggle).
7
+
8
+ I have also hosted this web app on heroku, Check it out [here](https://pokemon-classifier.herokuapp.com).
9
+
10
+ Blog post explaining the model building process [here](https://mani2106.github.io/Blog-Posts/pokemon-classifer/image-classification/fastai/2019/06/01/Fast_ai_lesson_2_pokemon_classifier.html).
11
+
12
+
13
+ ## Demo
14
+ ![](demo/guessgame.gif)