An open API service indexing awesome lists of open source software.

https://github.com/buried-in-code/bin-lights_data

Json data of Bin rotations extracted from an Image.
https://github.com/buried-in-code/bin-lights_data

bins json python-3-13 tesseract-ocr

Last synced: 25 days ago
JSON representation

Json data of Bin rotations extracted from an Image.

Awesome Lists containing this project

README

          

# Bin Lights - data

[![License](https://img.shields.io/badge/License-MIT-informational?style=flat-square)](https://opensource.org/licenses/MIT)

A repo to parse and generate json files, to be used in Bin Lights implementations.

## Implementations

- Android/iOS/Linux App: [Bin Lights - App](https://codeberg.org/BuriedInCode/Bin-Lights_app)
- Pico LEDs: [Bin Lights - Pico](https://codeberg.org/BuriedInCode/Bin-Lights_pico)

## Format

The output json are found in [output](./output) are in the following format:

```json
{
"yyyy-MM-dd": [""]
}
```