Coder Social home page Coder Social logo

normantud / asanai Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 1.0 1.15 GB

A GUI for TensorFlow.js

License: GNU General Public License v3.0

PHP 4.51% JavaScript 89.96% CSS 0.70% HTML 1.86% Shell 0.15% Hack 0.31% Dockerfile 0.01% Python 0.10% Roff 0.05% Perl 0.07% PostScript 2.27%

asanai's Introduction

Current build status

Dedication

This software is dedicated to my mother, who died on the 31st of march 2022 after a long and brave fight against cancer.

asanAI

A Browser-Based, No-Code, Offline-First Machine Learning Toolkit

Run in docker

Debian

bash docker.sh --local-port 5312

Other

LOCAL_PORT=5312
echo "LOCAL_PORT=$LOCAL_PORT" >> .env
sudo docker-compose build && sudo docker-compose up -d || echo "Failed to build container"
firefox localhost:$LOCAL_PORT/

Status

This is an beta.

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Installation

Apache2 + PHP + MySQL

A MySQL instance is only needed for the login functionality. Apache and PHP serve the JS-files. All calculations are done within the browser.

Run this for exporting python files, e.g. for taurus:

mkdir -p /var/www/tmp
sudo chown -R www-user:$USER /var/www/tmp
sudo chmod -R 775 /var/www/tmp

Standing on the shoulders of giants

I use many different libraries to achieve this. This is a list of all the modules that I used in creating this program:

PHP Settings

In php.ini, set

upload_max_filesize = 100M;
post_max_size = 100M;

Sponsored by

Sponsors

asanai's People

Contributors

cloud1160 avatar normantud avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mironfoerster

asanai's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.