Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
You should probably have a look at the software you intend to run and see what kind of external NPU they support. I'm aware of Frigate for example which leverages hardware acceleration to classify camera surveillance footage. Guess their community knows which stick to get. Or you'd have a look at the frameworks which package machine learning models for inference on some NPU and have a look at their table of supported hardware.
Inference from GPU, even QuickSync, is better now than what TensorFlow was able to do on a Google Coral TPU.
Plus, the Coral drivers are untouched for the last 4 years.
I think you mean SyCL or Vulkan, OpenCL or oneDNN... QuickSync is just video de- and encoding.
QuickSync is the GPU hardware used to infer from vino models.
https://docs.frigate.video/configuration/hardware_acceleration_video/#via-quicksync
Thx! That's the video decoding page, though. The thing that decodes the video stream and makes individual images from the stream, for the actual processing. Seems the thing that does inference / object detection is called OpenVINO.
https://docs.frigate.video/configuration/hardware_acceleration_enrichments
Oops, you're right. Still the QuickShnc GPU doing the detector work, though.
https://docs.frigate.video/frigate/hardware/