Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 2.06 KB

UserGuide.md

File metadata and controls

72 lines (41 loc) · 2.06 KB

Blockly User Guide

What is BlocklyML?

BlocklyML is a No Code training ground for python and ML. This tool is designed to simplify standard machine learning implementation. This tool can assist anyone who wants to start with ML or python. This is a forked project from Blockly and adapted for machine learning and Data analytics use-cases:brain:.

Currently BlocklyML is moving from Alpha -> Beta. Please try the tool and raise issue

How to use BlocklyML?

Want to Use BlocklyML? Its very simple.

Using Webtool

goto : blocklyml.herokuapp.com

Using Locally

pre-requisits

    python3
    docker
    pip

It is recommended to use conda/pip virtual environment before installing

  1. Clone this repo
git clone https://github.com/chekoduadarsh/BlocklyML

After cloning the repo you can either follow the Flask Method

  1. Install

    1. Flask Method

    Install the requirements from requirements.txt with the following command

    pip install -r requirements.txt 

    then you can run the application by

    python app.py

Simple as that 🤷‍♂️

How to download layouts?

drawing

Use Download button form the buttons given above. which will download the blocklyML.xml file. This XML file contatins details regarding the layout of the project.This can be used to share or save the layout.

How to upload layouts?

drawing

Use Upload button form the buttons given above. Which will create a popup window as given below.

drawing

In this pop windows you can drop/upload file or you can provide the URL of the file. This will load the laout xml file