babylog
A lightweight logger for machine learning teams to log images and predictions in production.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- linter.yml
- python-publish.yml
- run-python-tests.yml
- protoc
- plugin.proto
- any.proto
- api.proto
- descriptor.proto
- duration.proto
- empty.proto
- field_mask.proto
- source_context.proto
- struct.proto
- timestamp.proto
- type.proto
- wrappers.proto
- readme.txt
- babylog_stream.proto
- build_protobuf.sh
- babylog_yolov8.ipynb
- sample_usage.py
- sample_viewing.py
- babylog.config.yaml
- panda.jpg
- __init__.py
- babylog_stream_pb2.py
- babylog_stream_pb2.pyi
- __init__.py
- babylog.py
- config.py
- data_utils.py
- deserialize.py
- logger.py
- pubsub.py
- utils.py
- __init__.py
- test_deserialize.py
- dev-requirements.txt
- pyproject.toml
- README.md
- requirements.txt
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/thebabylonai/babylog
Downloads the entire project code from GitHub to your computer.
cd babylog
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install babylog
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install babylog
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
