GUI deep learning IDE based on chainer.
The interface may be changed.
- Python (3.5 or later)
- chainer (2.0.0 or later)
- cupy (For GPU user)
- PyQt5
- chainercv (Optional, for image classification task)
pip install chainer
pip install cupy
pip install pyqt5
git clone https://github.com/fukatani/ChainerWing.git
python setup.py install
https://github.com/fukatani/ChainerWing/blob/master/examples/mnist/readme.md
python bin/ChainerWing.py
I'm preparing user manual.
https://github.com/fukatani/ChainerWing/blob/master/doc/step_by_step.md
Please setup chainerui.
pip install chainerui
chainerui db create
chainerui db upgrade
If chainerui installed, ChainerWing creates project, startup server open report by web browser automatically.
Many of GUI design is referenced by Floppy. (https://github.com/JLuebben/Floppy) Floppy is licenced by BSD 3 Clause.
Parts of chainer extension is referenced by chainer. (https://github.com/pfnet/chainer) chainer is licenced by MIT License.