LogoFree Moondream Generator

Moondream2アプリケーションの事例

Moondream2アプリケーションの事例

Moondream2は、クラウド接続が不要なオンデバイス処理による効率的なモバイルデバイス上のリアルタイム画像認識を可能にする。

Code Example:

import { Moondream2 } from 'moondream2'

const model = await Moondream2.load()
const image = await loadImageFromCamera()
const result = await model.recognizeImage(image)
console.log(result)