From 83c173cae847b2bad983c6d7ef8a99c56fe6a282 Mon Sep 17 00:00:00 2001 From: Harshit Dwivedi Date: Thu, 2 Aug 2018 13:02:06 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 514a5ed..ca48f19 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # Pokedex Android app that identifies and detects Pokemon in the provided Image using Tensorflow and Firebase MLKit. -# Screenshots -![](https://i.imgur.com/PfF3UsG.jpg) -![](https://i.imgur.com/ChSjaGg.jpg) - # Setup Instructions 1. Clone the project 2. Add it to your Firebase Console 3. Profit! +# Dataset used to train the model + +[https://www.kaggle.com/thedagger/pokemon-generation-one](https://www.kaggle.com/thedagger/pokemon-generation-one) + +# Screenshots +![](https://i.imgur.com/PfF3UsG.jpg) +![](https://i.imgur.com/ChSjaGg.jpg) + Built with ❤️ by [@the-dagger](https://github.com/the-dagger)