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.
- Host: GitHub
- URL: https://github.com/buried-in-code/bin-lights_data
- Owner: Buried-In-Code
- License: mit
- Created: 2025-01-11T01:34:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T02:48:01.000Z (11 months ago)
- Last Synced: 2025-03-04T03:29:41.230Z (11 months ago)
- Topics: bins, json, python-3-13, tesseract-ocr
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bin Lights - data
[](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": [""]
}
```