dataflowr / website

code for the website

Home Page:https://dataflowr.github.io/website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning Do It Yourself

This site collects resources to learn Deep Learning in the form of Modules available through the sidebar on the left. As a student, you can walk through the modules at your own pace and interact with others thanks to the associated digital platforms. Then we hope you'll become a contributor by adding modules to this site!

Setup to run the website locally

  1. Install Julia (make sure to 'add to PATH' so you can use step 2 without having to type the full path)

  2. Launch Julia from the command line:

    julia
    
  3. Install the required packages:

    using Pkg
    Pkg.add("Franklin")
    Pkg.add("JSON")
  4. Serve the website (on localhost:8000):

    using Franklin
    serve()

Note: steps 3 and 4 are automated in the Makefile, so you can just run make install and make serve.

About

code for the website

https://dataflowr.github.io/website/

License:Apache License 2.0


Languages

Language:CSS 40.7%Language:HTML 34.9%Language:Julia 24.1%Language:Makefile 0.4%