Skip to content

AIwaffle/AIwaffle-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIwaffle Website

A visual tutorial of machine learning.

How to add tutorial contents

  1. Write a tutorial in markdown.
  2. Submit a pull request to merge into dist/contents folder

See sample tutorial content.

Development

  1. Install elm-live using npm install elm-live
  2. run
elm-live src/Main.elm --pushstate --start-page dist/index.html -- --output=dist/main.js
  1. In your browser, go to address localhost:8000

Deployment

Run ./build.sh. You may need to enable execution permission.

License

MIT

Change Log

Release v0.3.0

Release v0.2.0

  • Add About Page (#1)
  • Add 2 Jupyter notebook tutorials (#2)

Releases

No releases published

Packages

No packages published