An easy graphical user interface for creating image based convolutional neural networks using the TensorFlow library.
Please use the issues tracker on this GitHub repository!
- Create image neural networks and test them using this easy to use GUI.
- Actual applicability of this application is likely limited, this is just meant for a fun demonstration of TensorFlow.
- Lots of commenting and documentation
- "Behind the scenes" documentation
- Code shortening and increased efficiency
- Cleanup confusing mix of classes and ids
- TensorBoard Guide
- Support for .png images
- Possible stopping of TensorBoard inside the application
- TensorBoard does not interact properly on windows
- Spaces in folder names or subfolder names cause problems with training and testing pictures
-
Internet - This application requires an active internet connection
-
Linux: Fully functional, Tested on Ubuntu 16.04.3 LTS
or
- Windows : Functional except for TensorBoard
or
- MacOS: Likely functional but not tested
- Python ^3.6 - or use Anaconda if on windows
- TensorFlow -
TensorFlow must be installed in a separate environment called
tensorflow
- Node.js/npm - for yarn and installation of dependencies
- yarn - for installation
- npm - for installation
- Clone the repository.
- Install Python ^3.6 or use Anaconda if on windows, make sure you install to PATH environment variable.
- Install TensorFlow.
TensorFlow must be installed in a separate environment called
tensorflow
. Also make sure to follow all the directions very carefully and install in the way Google recommends. - Install node.js/npm
- Install yarn
- In the directory of the repository execute the command:
yarn install
. - Then
yarn start
. - Done!
- If errors occur try installing under root and switching back to user before start. It is currently unknown why this is sometimes necessary.
Most editing you will want to do if any will take place in tf.js.
Happy forking!
View the wiki page here.
View the wiki page here.
- TensorFlow 1.5.1
- It should be noted that lots of the backend this project uses is provided by the wonderful TensorFlow library which it itself is licensed under the Apache License, Version 2.0 by Google Inc.
- electron ^1.8.2
- jquery ^3.3.1
- lodash ^4.17.5
- remote ^0.2.6
- request ^2.83.0
- string-format ^0.5.0
- fs-readdir-recursive ^1.1.0
Submit an issue tracker or a pull request and someone will get back to you.
- Cody Neiman - AKA - Matrix-Guy
Any future collaborators will be added here.
This project is licensed under the GNU GENERAL PUBLIC LICENSE (Version 3, 29 June 2007) - see the LICENSE file for details.
DISCLAIMER: This license only applies to material not linked above! To find the license of each tool/language/api/library ez-nn is created with, please view the links provided for each one as listed above.
- Thanks to Google for the awesome TensorFlow API library :)