Pibrary
A package of reusable code for ML projects.
Overview
Pibrary is a package of reusable code for ML projects. It is a collection of utility functions and classes that I have found useful in my projects. It is not a framework, but rather a collection of tools that can be used in any ML project.
Installation
pip install pibrary
Features
- File: File related utilities.
- logger: Logging utilities.
- String: String manipulation utilities.
Documentation
The full documentation of Pibrary is available at Read The Docs.
Source Code
The source code of Pibrary is available at GitHub