I Couldn't Grow Up with a Cat, So I Made a Django Package to Fix That
Weilu Wang created a Django package called django-doubao to merge childhood photos with images of his cat. This package allows users to generate AI images and short videos, fulfilling a childhood desire to have a cat. Wang's project combines programming skills with personal nostalgia, enabling a unique way to relive memories.
- ▪Weilu Wang always wanted a cat but couldn't have one as a child.
- ▪He built a Django app called django-doubao that merges childhood photos with cat images using the Doubao API.
- ▪The package supports multi-image fusion and image-to-video generation, allowing users to create animated memories.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3957614) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Weilu Wang Posted on Jun 3 I Couldn't Grow Up with a Cat, So I Made a Django Package to Fix That #python #django #ai #programming I always wanted a cat but never had one as a child. Decades later, I used Doubao API to merge my childhood photos with my cat's images, then built a reusable Django app (django-doubao) that does AI image fusion and image-to-video generation. Here's how it works and why I built it. The Empty Space When I was a kid, I longed for a cat.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).