.. image:: https://travis-ci.com/jiwoncpark/aracle.svg?branch=master :target: https://travis-ci.org/jiwoncpark/aracle
.. image:: https://readthedocs.org/projects/aracle/badge/?version=latest :target: https://aracle.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://coveralls.io/repos/github/jiwoncpark/aracle/badge.svg?branch=master :target: https://coveralls.io/github/jiwoncpark/aracle?branch=master
Prediction of solar magnetic flux emergence using deep neural nets. "Active region (AR) oracle"
::
$conda create -n aracle python=3.6 -y $conda activate aracle
Option 2(a): clone the repo (please do this if you'd like to contribute to the development).
::
$git clone https://github.com/jiwoncpark/aracle.git $cd aracle $pip install -e . -r requirements.txt
Option 2(b): pip install the release version (only recommended if you do not plan to contribute to the development).
::
$pip install aracle
::
$python -m ipykernel install --user --name aracle --display-name "Python (aracle)"
::
$python -m aracle.toy_data.generate_toy_data 5 224 ./my_data
::
$python -m aracle.train_faster_rcnn
You can visualize the training results by running
::
$tensorboard --logdir runs
Suggestions are always welcome! If you encounter issues or areas for improvement, please message @jiwoncpark or make an issue <https://github.com/jiwoncpark/aracle/issues>
_.