MJC598 / RJI-Software-Engineering-Project

Image Quality Analysis for Mizzou Reynolds Journalism Institute
MIT License
0 stars 0 forks source link

Single Image Classifier #10

Open Deimious opened 5 years ago

Deimious commented 5 years ago

Description: We have fixed the dependency issue with the original classifier and have switched to a new one using idealo instead of brisque. We currently have the classifier working, but only with one image at a time.

Steps to reproduce:

  1. ssh into the ec2 instance
  2. cd to /var/www/image-quality-assessment
  3. run the script located in the RJI folder from the image assessment folder

Expected behavior: The expected behavior is to handle 1-n images at a time where n is the number of images to be classified.

Desktop: OS: Ubuntu 18.04 Browser: All browsers

Additional Context: This isn't so much an issue as a modification of an already working feature.

sgoggins commented 5 years ago

Any progress?

Deimious commented 5 years ago

Looking at the bash script we use to run the program, I think it should be fairly easy enough to modify the file to accept a file name arg and then call the classifier using the script + that name. I've been spending a lot of time trying to figure out how to connect the front end and figuring out how the classifier output data, so I haven't had time for this yet.