uptake / autofocus

Deep learning computer vision for classifying wildlife in camera trap images
BSD 3-Clause "New" or "Revised" License
54 stars 30 forks source link

Add a webpage interface for interacting with Autofocus #116

Open Manusreekumar opened 5 years ago

Manusreekumar commented 5 years ago

As per my understanding, the current interface provides a list of animals along with probability scores, which would be bit difficult for an end user to consume. A simple webpage for uploading the images and getting the predicted tags based on probability cut off seems like a good add on to the package.

gsganden commented 5 years ago

Right now I believe our main user is comfortable with consuming JSON dictionaries of probability scores, but I'm open to adding a web interface for other potential users.

Manusreekumar commented 5 years ago

Also, does the package currently provide the users with a provision to download the Json output to a file at this point ? Or do they have to use any external sources for doing that?

gsganden commented 5 years ago

Nothing is provided for writing to a file. I think that's fine -- whatever tool a user is using to hit the endpoint (e.g. bash, Python, R) will have its own file-writing capabilities. We can stick with the Linux philosophy of providing a tool that does one thing well and can be piped into other tools.