SmolLens icon indicating copy to clipboard operation
SmolLens copied to clipboard

Implementation of Visual Intelligence Using SmolVLM 2 by Hugging Face

Results 3 SmolLens issues
Sort by recently updated
recently updated
newest added

I’ve tested this project on both iPhone 14 and iPhone 15 devices. However, the application consistently crashes when attempting to capture a photo. Do you have any suggestions on how...

Look what is wrong here: Button(action: { camera.capturePhoto { if let image = camera.capturedImage { analysisService.analyzeImage( image, prompt: questionText) } isAskViewPresented = false camera.reset() questionText = "" } }) {...

Integrate WhisperKit using the Swift Package Manager with URL https://github.com/argmaxinc/whisperkit Quick Example This example demonstrates how to transcribe a local audio file: import WhisperKit // Initialize WhisperKit with default settings...

enhancement