Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy the model zoo to the web #312

Open
logankilpatrick opened this issue Aug 14, 2021 · 5 comments
Open

Deploy the model zoo to the web #312

logankilpatrick opened this issue Aug 14, 2021 · 5 comments

Comments

@logankilpatrick
Copy link
Member

It seems like hosting these model zoo examples on the FluxML website would be very helpful from a readability point of view. @lilianabs any interest in this? I could definitely help as well

@logankilpatrick
Copy link
Member Author

This repo would then just become the backend for that part of the site, not sure how easy this would be.

@lilianabs
Copy link
Contributor

@logankilpatrick when I participated in Season of Docs, we wanted to bring all of the model zoo contents to the FluxML site but didn't manage to complete it. I love the idea but I'm not very sure how we could use this repo as a backend for the FluxM site. Maybe we can start by creating a Colab notebook for each model and publishing the full list on the FluxML site? Then we could think of automating the process? I'm definitely up for working on this as well as the contributor's guide :)

@darsnack
Copy link
Member

Probably the easiest option is to use Publish.jl, Documenter.jl, or Pollen.jl to host a "docs" site that is really all the tutorials. And spend a bunch of time on the CSS to make it look more like a polished site than plain docs. Then just have a header button on the main website that links to this tutorial website.

The more complex option would be to switch to Franklin.jl for the main website repo, then have a function that checks out this repo and builds it all into a single tutorial page. Similar to how the blog posts page on the Julia website is autogenerated.

@DhairyaLGandhi
Copy link
Member

DhairyaLGandhi commented Aug 16, 2021

Yeah, we can complete the project and have nicer tutorials rather than individual posts. Let's talk about this @lilianabs and set up a plan.

@darsnack - Franklin.jl may not be worth it since we don't really gain much here. But we can use the bot to push things to the right place. We already have it set up to listen for commands and such, and we can use the css for the site and set up a way to publish all the material by listening to buildkite which is the only piece of the puzzle remaining iirc.

All the remaining buttons and redirects already exist in the header. It also has the nicer css already.

@lilianabs
Copy link
Contributor

Sure! Let's talk about this @DhairyaLGandhi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants