ForkDeepInfraDeepInfrapublished Feb 14, 2023seen 5d

deepinfra/full-stack-deep-learning-website

forked from the-full-stack/the-full-stack-website

Open original ↗

Captured source

source ↗

deepinfra/full-stack-deep-learning-website

Description: Source for https://fullstackdeeplearning.com

Language: HTML

Stars: 0

Forks: 0

Open issues: 0

Created: 2023-02-14T00:15:59Z

Pushed: 2023-02-14T00:23:56Z

Default branch: main

Fork: yes

Parent repository: the-full-stack/the-full-stack-website

Archived: no

README:

FSDL Website

This website came online in January 2021.

It uses mkdocs, which you can set up with make setup.

To develop locally, run make serve and edit the files.

To deploy, push main branch to github and it will deploy via github action, or manually run make deploy.

Processing lecture notes

Download Google Doc as input.docx, then run:

pandoc --extract-media=. input.docx -o output.md
cat output.md | sed 's/^#/##/' | sed 's/^ *> //g' | sed s'/{.underline}//g' | sed 's/\[\[/[/g' | sed 's/\]\]/]/g' | sed 's/{width=.*}//g' | sed 's/{width=.*"$//' | sed 's/^height=.*"}//' > output.md