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
Want to Use BlocklyML? Its very simple.
pre-requisits
python3
docker
pip
It is recommended to use conda/pip virtual environment before installing
- Clone this repo
git clone https://github.com/chekoduadarsh/BlocklyML
After cloning the repo you can either follow the Flask Method
-
Install
- 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 🤷♂️
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.
Use Upload button form the buttons given above. Which will create a popup window as given below.
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