Metadata-Version: 2.1
Name: babylog
Version: 0.0.3
Summary: A lightweight library for logging image and prediction data for your ML and computer vision models in production.
Project-URL: Homepage, https://github.com/thebabylonai/babylog
Project-URL: Bug Tracker, https://github.com/thebabylonai/babylog/issues
Author-email: "BabylonAI, Inc." <support@babylonai.dev>, Ahmad Roumie <ahmad@babylonai.dev>, Rangel Milushev <rangel@babylonai.dev>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: boto3==1.15.3
Requires-Dist: numpy>=1.23
Requires-Dist: opencv-python>=4.7.0.68
Requires-Dist: protobuf>=4.21.12
Requires-Dist: pyyaml>=6.0
Requires-Dist: tqdm
Requires-Dist: zmq==0.0.0
Description-Content-Type: text/markdown

# babylog
## Supported python versions
The babylog Python library is compatible with **Python version 3.8 and above**. It is recommended to use the latest version of Python for best performance and stability. If you are using an older version of Python, you may need to upgrade your Python installation in order to use babylog. You can check your Python version by running the command `python --version` in your command prompt or terminal.

## Installation
Like most python packages, run: 

```bash
pip install babylog
```
