This software is dedicated to my mother, who died on the 31st of march 2022 after a long and brave fight against cancer.
A Browser-Based, No-Code, Offline-First Machine Learning Toolkit
bash docker.sh --local-port 5312
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/
This is an beta.
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
I use many different libraries to achieve this. This is a list of all the modules that I used in creating this program:
In php.ini, set
upload_max_filesize = 100M;
post_max_size = 100M;