WestonV / RJI-Image-Classifier

Machine Learning Image Classifier Designed to Help Journalists and Photographers
MIT License
2 stars 0 forks source link

FEATURE: System functionality for all types of image file extensions #11

Open WestonV opened 5 years ago

WestonV commented 5 years ago

Currently our system only works well on .jpg images, and won't run on .png/.pdf/etc.

We aren't sure what is causing this issue, as it will work when we do it locally through the terminal, however, it won't work when it's deployed on our server. This must be a config issue or a dependency issue.