Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrnothing/ai-blocks
A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
https://github.com/mrnothing/ai-blocks
ai-blocs artificial-intelligence deep-learning machine-learning modular neural-networks python tensorflow wysiwyg
Last synced: 3 days ago
JSON representation
A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
- Host: GitHub
- URL: https://github.com/mrnothing/ai-blocks
- Owner: MrNothing
- License: other
- Created: 2017-10-16T10:51:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T07:39:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T17:44:13.081Z (3 months ago)
- Topics: ai-blocs, artificial-intelligence, deep-learning, machine-learning, modular, neural-networks, python, tensorflow, wysiwyg
- Language: JavaScript
- Homepage: https://mrnothing.github.io/AI-Blocks/index.html
- Size: 33.8 MB
- Stars: 1,866
- Watchers: 103
- Forks: 224
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# ![AI-Blocks](logo.png)
A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!The concept of AI-Blocs is to have a simple scene with draggable objects that have scripts attached to them. The model can be run directly on the editor or be exported to a standalone script that runs on Tensorflow.
Variables are parsed from python scripts and can be edited from the AI-Blocs properties panel.
### Install
The project requires python (https://www.python.org/) and tensorflow (https://www.tensorflow.org/) to run projects. You can still create and edit projects without these dependencies.
To run AI-Blocs, download the project archive and launch AI-Blocs.exe.
To run your model simply press the "Play" button and let the magic happen!
### Download
All releases can be found here: https://github.com/MrNothing/AI-Blocks/releases/
### Build and Run
First type:
```npm install```
To run the project from the sources:
```npm run test```
To build the project from the sources:
```npm run pack```### Documentation
Documentation and video tutorials can be found on the website: https://mrnothing.github.io/AI-Blocks/index.html
### License
The program is distributed under the following license: https://creativecommons.org/licenses/by-nc/3.0/