Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

From a 15-Second Walk to a Digital Memory: Building a Canine Cognitive Twin

This is a submission for Weekend Challenge: Dog Days Edition What I Built Canine Cognitive Twin — a living digital twin for a dog. A phone captures fifteen seconds of a morning walk. Gemini analyzes the video and returns structured observations plus first-person narration. ElevenLabs turns that narration into speech. Snowflake Dynamic Tables build a rolling baseline, Cortex flags potential gait…

This submission introduces "Canine Cognitive Twin," a digital twin for a dog that creates a living, digital record of the dog's life based on a 15-second walk captured with a phone. The project utilizes several technologies, including Google's Gemini for video analysis, Snowflake for data processing and anomaly detection, ElevenLabs for text-to-speech narration, and Solana for immutable record-keeping.

The pipeline begins with an Expo mobile app capturing a 15-second video and audio of the dog's walk. This data is then sent to a Cloudflare Worker, which stores the media on R2 storage and generates metadata using Gemini 3 Pro. The analysis extracts behavior tags, gait asymmetry, emotion, and narration, which are then converted into speech by ElevenLabs, giving the dog's digital twin a voice.

Snowflake's Dynamic Tables build rolling summaries and baselines, while Cortex detects potential gait drift from historical data. Solana records each chapter of the dog's memoir on its own keys, providing an immutable digital record. The dashboard built with Streamlit displays the memoir and health radar, allowing owners to track their dog's progress over time.

The project intentionally includes synthetic data for demonstration purposes, clearly marking the distinction between synthetic and live data. The architecture is designed to separate blockchain operations from the Gemini and text-to-speech pipeline, ensuring smooth operation even under potential API failures. The goal is to create a comprehensive and user-friendly experience for dog owners, providing them with insights into their pet's daily life and health.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Airtel Launches Starlink Mobile in Africa

Kayode Tokede Airtel Africa and Starlink have launched satellite-to-mobile service in the Democratic Republic of the Congo (DRC), marking the first commercial deployment in Africa.

  • Airtel Africa partners with Starlink to launch satellite-to-mobile service in DRC.
  • Service provides connectivity in areas without traditional infrastructure.
  • Starlink's constellation of 650 satellites enables light-data applications.

GeekNews Frontend Weekly Deep Dive - 2026-08-17

1. Flexible Authentication - 수백만 사용자를 위한 Airbnb의 인증 재설계 핵심 내용 요약: Airbnb는 사용자가 드물게 로그인하는 여행 서비스 특성 때문에 인증 실패가 예약 손실로 이어진다고 보고, 10년간 누적된 로그인 흐름을 계정 식별 후 최적 인증 수단을 제시하는 구조로 바꿨습니다.

More from Monday 17 August →