Documentation · Report Bug · Request Feature
XFlow is a lightweight modular machine-learning framework.
Originally created for physics research, it's now evolving toward generic scientific applications ML workflows: Data → Processing → Modeling
Install from PyPI:
pip install xflow-pyClone the repository and install in editable mode:
git clone https://github.com/Andrew-XQY/XFlow.git
cd XFlow
pip install -e .- Python 3.12
- TensorFlow 2.x
- Keras 3.x
- PyTorch 2.5.x
This project is licensed under the MIT License. See the LICENSE file for details.
