Attempt to use Machine Learning to identify images and display info about them
cd to the repos dir(C:\Users\manik\OneDrive\Documents\GitHub\imageIdentfier in my case) and run: pip install -r requirements.txt in your cli (windows powershell in my case)
cd to the repo with windows powershell and run: python project.py
note the image that you use must be a .jpg or a .jpeg and the model has only been trained on square images(height=width)