Overview
Overview of the DeGirumJS SDK and its key capabilities.
What is DeGirumJS?
DeGirumJS is a powerful JavaScript library designed for building and integrating AI applications directly in your browser. This SDK allows you to perform AI inference using models hosted on a local DeGirum AI Server or in the DeGirum Cloud, directly from your web browser.
Quickstart
Use DeGirumJS with a single line of code. No installation is required: include the following script tag in your HTML page:
<script src="https://assets.degirum.com/degirumjs/0.1.4/degirum-js.min.obf.js"></script>
Key Features
Pure Vanilla JavaScript: Written entirely in JavaScript with no external dependencies.
Simple Integration: Seamlessly connect to local AI servers or the cloud for inference.
Real-Time Inference: Perform AI tasks using local models or by using DeGirum's vast cloud library of models in real-time.
Ready to dive in?
Start by exploring the Getting Started Guide or browse the API Reference for more detailed usage and options.
Or, browse the advanced topics:
Start building your browser-based AI projects with DeGirumJS.
Last updated
Was this helpful?