Xlearn is a deep learning toolbox for X-ray imaging problems.
-
- Install anaconda (https://conda.io/docs/user-guide/install/index.html)
-
- Install tensorflow (https://www.tensorflow.org/install/install_linux). Please install the tensorflow-gpu version with pip. Before the tensorflow-gpu installation, make sure that the cuda drivers and cudnn are correctly installed to your OS.
-
- Install the xlearn toolbox:
open a terminal or command prompt window and run:
git clone https://github.com/tomography/xlearn.git xlearn
cd xlearn
python setup.py install
- Install the xlearn toolbox:
- The detailed instructions can be found from: http://xlearn.readthedocs.io/en/latest/index.html
- Issue Tracker: https://github.com/tomography/xlearn/issues
- Documentation: https://github.com/tomography/xlearn/tree/master/doc
- Source Code: https://github.com/tomography/xlearn/tree/master/xlearn
- Tests: https://github.com/tomography/xlearn/tree/master/doc/demo
- The project is licensed under the
BSD-3 <https://github.com/tomopy/tomopy/blob/master/LICENSE.txt>
license.