Coder Social home page Coder Social logo

ml5-website's Introduction

New ml5 website

All Contributors

Description

This is the experimental repo for a ml5 website redesign! ml5.js is a library for beginners and creative coders. We want to create a website that is usable, embeds concepts around critical ML research, and can be easily adapted as the project grows.

See below for our roadmap and how to get involved in the project.

Road Map

Here is what we are currently working on:

  • Creating a centralized reference page

    We want to create one documentation page that lists all of the objects in the library and their methods (see p5.js for reference). When users click on a method, it should link to example pages with contain more of an explanation, code with details, and demo for how to use.

  • Fleshing Out Tutorials

    The tutorials page will contain step-by-step information for how to create projects using ml5.js. It will include videos and more in-depth text, and will be an opportunity to pull together projects that use multiple objects, as well as a chance to fold in topics related to ethics and more critical situatings of ml technologies.

    We also want to find a way of tagging tutorials with their level of difficulty/

  • Glossary

    We want to revisit the glossary, and make sure that we only define terms that people coding with ml5.js would come across while using the examples and references on the site. With this in mind, we are planning on building the glossary after we've worked out the reference and tutorials pages.

    We also plan to have a tooltip glossary function, so that when people mouseover over a word that they don't know, the definition (maybe pulling from the glossary page), the definition will show up on hover.

ml5.js website 2.0

Netlify Status

This repo contains ml5.js website 2.0 that is built with Gatsby, and Netlify CMS: Preview Link.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Updating Instructions

markdown source files

markdown templates

React pages

  • src/pages: pages(routes) that serve as a collective page of a group of child pages, ex. reference collective page, community collective page, tag collective page
  • src/templates: serve as the layout template for single markdown files

Assets

  • docs/assets: markdown file assets, use relative path ../assets/ or ./assets/ to embed in markdown files.
  • src/img: site assets, logos, social platform icons
  • static/img(depracated): images that used in templates

Prerequisites

  • Node (I recommend using v8.2.0 or higher)
  • Gatsby CLI

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn / npm i
$ yarn start / npm run start

To test the CMS locally, you'll need run a production build of the site:

$ yarn build / npm run build
$ yarn serve / npm run serve

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Running Netlify CMS

$ netlify dev # or ntl dev

Contributors

ml5-website's People

Contributors

allcontributors[bot] avatar bcjordan avatar bomanimc avatar eteimz avatar hx2a avatar itayniv avatar joeyklee avatar josephrocca avatar kaushl2208 avatar koji avatar lmccart avatar maxdevjs avatar mimionuoha avatar netanoir avatar pettrus avatar ratley avatar scures avatar shiffman avatar tezzutezzu avatar tirtawr avatar tlsaeger avatar waxpancake avatar wenqili avatar yeswanth avatar yining1023 avatar yonaymoris avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.