Skip to content

An example Neural Network use GUI using QtQuick 2 material design themes and PySide2.

License

Notifications You must be signed in to change notification settings

LukasBudach/simple-material-nn-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for a Neural Network GUI using PySide2

Still a work in progress! Tested for Python 3.6 and 3.7

Install requirements by navigating to the root directory of the project and running:

pip install -r requirements.txt

In order to execute run:

pyside2-rcc -o res/resources.py resources.qrc
python main.py

.qrc files must be located in the same directory with the python file which will load the resource in qrc.

Previews

Material (Light)

As of 08/14/2019 Material (Light)

Material (Dark)

As of 08/14/2019 Material (Dark)

About

An example Neural Network use GUI using QtQuick 2 material design themes and PySide2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 53.6%
  • Python 46.4%