Owl icon indicating copy to clipboard operation
Owl copied to clipboard

A personal wearable AI that runs locally

Results 11 Owl issues
Sort by recently updated
recently updated
newest added

While the mic is recording, Apple Watch is able to upload. But when recording is stopped, as soon as the watch face goes dark, the app is effectively paused, and...

Hi, Just wanted to notify of a watch that could be a good fit for those kind of projects. The Twatch 2020 V3 from Lilygo is a smart watch based...

Adds person and voice sample models. Also adds an abstract identification service which we can implement for different embedding models/strategies. Persons can be enrolled from the CLI, but we will...

This PR adds a more robust configuration system with a standard naming convention. The main changes are: - Added `python-dotenv` in the main `__init__.py` to load environment variables. - Created...

- Added configuration for user language - Updated the Summarization Prompt with language - Updated Suggestion Prompt with language

User can share automatically have a share url by adding --share to run command

I'm using the web client in my office on my laptop running in the background. Using Deepgram as the transcription provider. My cofounder and I are routinely identified as "Bob"...

If the audio session is interrupted, recording stops. Need to handle audio session resumption. Simple way to test this: phone calls will interrupt the recording session.

https://github.com/OwlAIProject/Owl/blob/91922655c3cbf0e5f3282c22806b5ac0cf30063e/owl/services/vad/vad.py#L115 The link to the Silero VAD model (https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx) doesn’t work anymore. I tried to fix this by setting the model to: https://github.com/snakers4/silero-vad/blob/master/src/silero_vad/data/silero_vad.onnx But now it throws the following error:...