Closed ndrean closed 7 months ago
Shouldn't we enable Github discussions for this repo?
The idea is to centralise things related (more or less) to this repo and ML in Elixir, rather than raising an issue? (and close this one by the way😀)
For example, this could be a place for the (short) discussion on the underlying usage of ffmpeg in Bumblebee. Instead of opening an issue
ffmpeg
or for the remark on using httpstat to check start-up times.
For example, this could be also a place for an example of live image recognition using webrtc:
or for an example of object detection and ONNX on how to use a non HuggingFace model. Object detection goes further than just captioning: it adds a localisation in the image.
ONNX
This notebook can be usefull to transform an ONNX model into Axon.
Axon
Agreed! Created it already so we can post ideas there so they're crawlable on the web and keep the issues contained :)
https://github.com/dwyl/image-classifier/discussions
Shouldn't we enable Github discussions for this repo?
The idea is to centralise things related (more or less) to this repo and ML in Elixir, rather than raising an issue? (and close this one by the way😀)
For example, this could be a place for the (short) discussion on the underlying usage of
ffmpeg
in Bumblebee. Instead of opening an issueor for the remark on using httpstat to check start-up times.
For example, this could be also a place for an example of live image recognition using webrtc:
or for an example of object detection and
ONNX
on how to use a non HuggingFace model. Object detection goes further than just captioning: it adds a localisation in the image.This notebook can be usefull to transform an
ONNX
model intoAxon
.