-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
48 lines (37 loc) · 877 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: tflite_pipeline
version: 1.0.0
dependencies:
# the model interpreter
tensorflow_lite:
github: spider-gazelle/tensorflow_lite
# helpers for image processing
tflite_image:
github: spider-gazelle/tflite_image
branch: master
# video stream ingest and video scaling
ffmpeg:
github: spider-gazelle/ffmpeg
branch: main
# Low latency video frames
v4l2:
github: spider-gazelle/v4l2.cr
branch: master
# async coordination
promise:
github: spider-gazelle/promise
# retry with backoff
simple_retry:
github: spider-gazelle/simple_retry
development_dependencies:
ameba:
github: veelenga/ameba
# used for specs
stumpy_png:
github: stumpycr/stumpy_png
branch: master
stumpy_jpeg:
github: stumpycr/stumpy_jpeg
branch: master
authors:
- Stephen von Takach <steve@place.tech>
license: MIT