Metadata-Version: 2.1
Name: image_prediction
Version: 0.0.1
Summary: A simple image prediction package
Home-page: UNKNOWN
Author: Dipesh Shrestha
Author-email: dipesh@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Image_Prediction is a simple python library for image predictions. It is made on top of keras and uses a pretrained model called ResNet50. It uses library numpy and matplotlib

