Data Inventory

Testing Linting Coverage Code Style: Black

Data Inventory is a database designed for managing machine learning models. It is also suitable for storing images and videos.

Requirements

Python 3.13 or newer is required.

Installation

There are a few ways to install Data Inventory.

  • Install the latest release from PyPI
pip install datainventory
  • Install from source
git clone https://github.com/iot-spectator/datainventory.git
cd datainventory
pip install .