Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.12k stars 235 forks source link

Modify model zoo UI #311

Open utsavgarg opened 6 years ago

utsavgarg commented 6 years ago

The model zoo currently opens up as a modal, and therefore cannot hold all models that have been tested with Fabrik as it will get too cluttered. Even without all the models present, there are many models which aren't as popular and it might be confusing for new users who might not be familiar with them.

Therefore, it might be better to initially show only popular models(which have well-cited research papers) in the zoo and have a load more button at the bottom which reveals all the remaining models.

The task has the following deliverables:

Extended functionality:

thatbrguy commented 6 years ago

@utsavgarg With reference to an old issue #300, the links at tested_models.md needs to be replaced with newer share links, to fix a bug related to parameter count and keras export. I would like to suggest that this be added as a sub-issue for anyone who wants to take it.

MuLx10 commented 6 years ago

I want to take up this issue.I am currently working on it

laylalaisy commented 6 years ago

Do you think it's proper and better if we add an search bar at the top of the model ZOO UI, so the user can search the wanted model quicker? @utsavgarg

utsavgarg commented 6 years ago

@laylalaisy Yes, that is a good idea. We can include a search bar which dynamically filters the list of models.

laylalaisy commented 6 years ago

@utsavgarg Thx and I would like to implement it! I think search bar can be more convenient for some users.

utsavgarg commented 6 years ago

@MuLx10 @laylalaisy Instead of both of you working on this, it would be better for either one of you to take the issue or split the features so that no effort is wasted.

MuLx10 commented 6 years ago

@utsavgarg I'll incorporate the extensions and discuss the split up with @laylalaisy