From 1fd1bda232850d968dba1fe2df81b9c93b623fac Mon Sep 17 00:00:00 2001 From: Sara Latif <32573838+SaraLatif99@users.noreply.github.com> Date: Fri, 2 Oct 2020 05:08:49 +0500 Subject: [PATCH] Updated the Docs. Improved the project description. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 052cbdf..c26385f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # ImageClassifier -Image classifier based on Pytorch +This is an Image Classification Model, trained using Transfer Learning Technique, This model has leverage the knowledge of ResNet34 to be applied on current problem. The +performance of the model could be further improved using Data Augmentation and fine tuning the model.