Skip to content

Commit

Permalink
update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhubens committed Oct 28, 2024
1 parent 01d7de0 commit 764a442
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 14 deletions.
22 changes: 9 additions & 13 deletions nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,15 @@ website:
search: true
collapse-below: lg
left:
- text: "Get Started"
href: https://nathanhubens.github.io/fasterai/quickstart.html
- text: "Help"
menu:
- text: "Report an Issue"
icon: bug
href: https://github.com/fastai/nbdev/issues
- text: "Contact Me"
icon: chat-right-text
href: "mailto:[email protected]?subject=Hello"
- text: "Join the Community"
icon: discord
href: https://discord.gg/32BwhJSB9u
- text: "Contact Me"
icon: chat-right-text
href: "mailto:[email protected]?subject=Hello"
- text: "Report an Issue"
icon: bug
href: https://github.com/nathanhubens/fasterai/issues
- text: "Join the Community"
icon: discord
href: https://discord.gg/32BwhJSB9u
right:
- icon: github
href: "https://github.com/nathanhubens/fasterai"
Expand Down
317 changes: 317 additions & 0 deletions nbs/imgs/perf2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion nbs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ description: Prune your neural networks
::: {.content-block}

# Welcome to FasterAI
### Compress your neural networks to make them **smaller** and **faster**

::: {.hero-buttons}
[<b> Get Started </b>](/quickstart.ipynb){.btn-primary .btn .btn-lg role="button" style="border-radius: 6px"}
Expand All @@ -24,6 +23,8 @@ description: Prune your neural networks
:::




::: {.hero-banner}

::: {.content-block style="text-align: justify"}
Expand All @@ -50,6 +51,22 @@ learn.fit(epochs, lr, cbs=sp_cb)




::: {.hero-banner}

::: {.content-block style="text-align: justify"}

## Make your models smaller, faster, cheaper and greener

::: {.center}
![](imgs/perf2.svg){ width=100% }
:::

:::

:::


::: {.hero-banner}

::: {.content-block}
Expand Down

0 comments on commit 764a442

Please sign in to comment.