Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Add a webpage interface for interacting with Autofocus #116

Open
Manusreekumar opened this issue Oct 9, 2019 · 3 comments
Open

Add a webpage interface for interacting with Autofocus #116

Manusreekumar opened this issue Oct 9, 2019 · 3 comments
Labels
feature New functionality

Comments

@Manusreekumar
Copy link
Contributor

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.

@bburns632 bburns632 added the feature New functionality label Oct 9, 2019
@gsganden
Copy link
Collaborator

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
Copy link
Contributor Author

Manusreekumar commented Oct 13, 2019

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
Copy link
Collaborator

gsganden commented Oct 13, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

3 participants