├── .gitignore ├── LICENSE ├── README.md ├── figs └── Intro.png ├── freeman_loader.py └── papers ├── FreeMan_Appendix.pdf └── FreeMan_Preprint.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/README.md -------------------------------------------------------------------------------- /figs/Intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/figs/Intro.png -------------------------------------------------------------------------------- /freeman_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/freeman_loader.py -------------------------------------------------------------------------------- /papers/FreeMan_Appendix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/papers/FreeMan_Appendix.pdf -------------------------------------------------------------------------------- /papers/FreeMan_Preprint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangjiongw/FreeMan_API/HEAD/papers/FreeMan_Preprint.pdf --------------------------------------------------------------------------------