A web based platform for Data Science Education
The Milo IDE is a web based platform targetted at students who wish to learn concepts of Machine Learning and Linear Algebra, with no prior programming experience. The IDE is designed to support introductory level Data Science, ML and Linear Algebra courses typically taught at undergraduate programs.
All code related to this project will eventually be released under the Apache 2.0 License - see respective repositories for details.
The entire project is split across the repositories described below. We will be updating this page shortly with more details.
Milo Blocks is a fork of Google’s Blockly that has been modified to work as a node-module. Milo Blocks consists of custom block implementations for the Milo IDE.
See issues here
Milo Server is the main ExpressJS backend server that will be hosting the Milo IDE and the associated backend for managing interactions to the Milo Server from the IDE.
See issues here