The Hugging Face Inference API makes it easy to integrate any public or private AI model with Golioth Pipelines for use-cases such as text, video, and audio analysis.
Golioth enables AI applications by pushing TF Lite model updates directly to devices. These can be stored locally and begin running without a device restart. This example showcases the Golioth SDK running on ESP-IDF.
Try out the Golioth platform without writing or compiling any code. The newly released Thingy91 binary showcases the entire platform and guides users on how to structure their programs for success.
While Golioth makes OTA firmware updates easy via our web console, the same features are also available using the REST API. Here's how to access those features using Python as an example.