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.