Skip to content

GUI based deep learning framework based on tensorflow and tensorflowjs

License

Notifications You must be signed in to change notification settings

ylzhang29/ezeeai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZEE AI

Description

A GUI-baesd platform for deep learning. This tool is based on tensorflow and tensorflow.js.

Installation

Python

We assume that Python 3 is the default python interpreter. By running from the terminal the following command, all the required packages will be installed:

pip install -r requirements.txt

In a terminal, execute the following command (Python 3 is the assumed python interpreter):

python wsgy.py

Docker

docker run -p 5000:5000 -p 55500:55600 machine2learn/ezeeai

You can use the application by launching chrome browser and connecting to http://localhost:5000.

To save your model after docker finishes you can mount a volume to /tmp/data like so:

docker run -p 5000:5000 -p 55500:55600 -v $(pwd)/data:/tmp/data machine2learn/ezeeai

To login you can use the following credentials:

Username Password
test test_machine2learn

About

GUI based deep learning framework based on tensorflow and tensorflowjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.7%
  • CSS 33.5%
  • Python 13.7%
  • HTML 10.1%