Data Inventory

https://github.com/iot-spectator/datainventory/actions/workflows/testing.yml/badge.svg https://github.com/iot-spectator/datainventory/actions/workflows/linting.yml/badge.svg https://codecov.io/gh/iot-spectator/datainventory/branch/main/graph/badge.svg?token=3XR09X8NYZ https://img.shields.io/badge/code%20style-black-000000.svg

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

Requirements

Python 3.7 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 .