Skip to content

Python library for LLM AI model evaluation and data management

License

Notifications You must be signed in to change notification settings

yukiarimo/aiflow

Repository files navigation

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