PyQt5
based desktop application to build Deep Learning models in a drag-and-drop environment.
This project is heavily based on the Diagram Scene Example
provided by Qt Documentation.
The example is available in both C++ and Python languages.
- Install Python version
3.8.5
(This is the only version I tested the project on until now). - Run
pip install -r requirements.txt
. - Run
python src/app.py
. - Have fun!
- Martin Fitzpatrick for providing the beautiful LearnPyQt series.
- Yusuke Kamiyamane for providing Fugue Icons set for free under Creative Commons Attribution 3.0 License.