MrNothing / AI-Blocks

A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
https://mrnothing.github.io/AI-Blocks/index.html
Other
1.87k stars 224 forks source link

Tutorial on how to build from source #18

Closed w601sxs closed 5 years ago

w601sxs commented 5 years ago

Hi, can you please add a couple of lines on readme on how to build this webapp from source? I want to host it as a static website

MrNothing commented 5 years ago

I will add a few details on how to build from the sources. Though if you are trying to host this app, it will not run as a website, most of the features are bound to the OS and would need to be entirely modified to run as a browser app.

w601sxs commented 5 years ago

Oh I see.. I like the UI, but definitely need a web UI; so I might end up making my own project. Do you have any recommendations of projects I can fork with drag-and-drop component based functionality like what you have here?

MrNothing commented 5 years ago

Some draggables in the project use jqueryui (https://jqueryui.com/). Good luck :)

ywdeeplearning commented 5 years ago

Hi, can you please add a couple of lines on readme on how to build this webapp from source?

MrNothing commented 5 years ago

Hi i added a few instructions see https://github.com/MrNothing/AI-Blocks/blob/master/README.md I will probably modify a few things since this boilerplate is starting to get old.