Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 505 Bytes

AiFlow

Welcome to the AiFlow project! AiFlow is a python package that provides a simple and easy-to-use interface for building, evaluating and training machine learning models. AiFlow is designed to be a lightweight package that can be used to quickly build and train models without the need for complex frameworks or libraries.

Installation

To install AiFlow, run the following commans:

python setup.py sdist bdist_wheel
pip install dist/aiflow-1.0.0-py3-none-any.whl --force-reinstall