romannamor9 / BlocklyML

Blockly is a simple visual programming IDE 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.

Home Page:https://blocklyml.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlocklyML

https://blocklyml.herokuapp.com/

What is BlocklyML?

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

For a sample run go to sampleLayouts folder upload and try it out 😃

Read the UserGuide.md for further info

In the Example given below we will train a random forest for Iris Dataset

drawing

Table of contents

  • Project Title
  • Installlation
  • UI Features
    • Shortcuts
    • Dataframe Viewer
    • Download Code
  • Contribute
  • License

Installing as BlocklyML App

First clone this repo

git clone https://github.com/chekoduadarsh/BlocklyML

After cloning the repo you can either follow the Docker Method or Flask Method

Docker Method

BlocklyML can run on Docker with the following command 💿

docker run blocklyml-docker

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 🤷‍♂️

UI Features

Shortcuts

You can find these buttons in the top right corner of the application. Their functionality as follows

  1. Download XML Layout
  2. Upload XML layout
  3. Copy Code
  4. Launch Google Colab
  5. Delete
  6. Run (Not Supported Yet!!)

drawing

Dataframe Viewer

Blockly support complete html view of the DataFrame. This can be accessed by view option in the navigation bar

drawing

Download Code

Blockly support both .py and .ipynb formats. You can download the code from the download option in the navigation bar

drawing

Contribute

If you find any error or need support please raise a issue. If you think you can add a feature, or help solve a bug please raise a PR

This repo welcomes any kind of contributions 🙏

Feel free to adapt it criticize it and support it the way you like!!

Read : CONTRIBUTING.md

License

Apache License, Version 2.0

"Buy Me A Coffee"

About

Blockly is a simple visual programming IDE 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.

https://blocklyml.herokuapp.com/

License:Apache License 2.0


Languages

Language:JavaScript 93.7%Language:HTML 1.8%Language:Python 1.5%Language:PHP 1.1%Language:Dart 0.9%Language:Lua 0.8%Language:Shell 0.1%Language:CSS 0.1%Language:Dockerfile 0.0%