Metadata-Version: 2.5
Name: depthflow
Version: 1.0.1
Summary: 🌊 Images to 3D parallax effect videos
Project-URL: GitHub, https://github.com/BrokenSource/DepthFlow
License-Expression: AGPL-3.0
Requires-Python: >=3.10
Requires-Dist: attrs
Requires-Dist: cyclopts
Requires-Dist: diskcache
Requires-Dist: imageio
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: platformdirs
Requires-Dist: pooch
Requires-Dist: pydantic
Requires-Dist: scipy
Requires-Dist: shaderflow
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers
Requires-Dist: xxhash
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://raw.githubusercontent.com/BrokenSource/DepthFlow/main/website/assets/logo.svg" width="200" alt="Project logo">
  <h1>DepthFlow</h1>
  <span>🌊 Images to 3D parallax effect videos 🌊</span>
  <br><br>
  <a href="https://pypi.org/project/depthflow/"><img src="https://img.shields.io/pypi/v/depthflow?label=PyPI&color=blue"></a>
  <a href="https://pypi.org/project/depthflow/"><img src="https://img.shields.io/pypi/dw/depthflow?label=Installs&color=blue"></a>
  <a href="https://github.com/BrokenSource/DepthFlow/stargazers/"><img src="https://img.shields.io/github/stars/BrokenSource/DepthFlow?label=Stars&style=flat&color=orange"></a>
  <a href="https://discord.gg/KjqvcYwRHm"><img src="https://img.shields.io/discord/1184696441298485370?label=Discord&style=flat&color=purple"></a>
  <br>
  <br>
</div>

<video src="https://github.com/user-attachments/assets/a67632a3-5528-453b-843a-120a65cc480e" alt="DepthFlow landing video showcase" loop controls autoplay></video>

## 🔥 Description

**DepthFlow** is a Free and Open Source _image-to-video_ converter that turns pictures into awesome 3D parallax animations, perfect for digital art, social media, stock footage, fillers and more.

- [x] **High quality** videos with artifact-free edges and seamless loops. Render at any resolution, fps, native supersampling, using external SOTA Depth Estimation models.
- [x] **Fast processing** with a heavily optimized Ray Marching GLSL Shader, fastest FFmpeg data piping using [TurboPipe](https://github.com/BrokenSource/TurboPipe), up to 8k50fps rendering with an RTX 3060-class GPU.
- [x] **Commercial** use is encouraged • Kindly [retribute back](https://github.com/sponsors/Tremeschin) if you got value from it ❤️
- [x] **Local code** with no watermarks, unlimited usage, mass production with scripts.

## 📦 Getting Started

**Warning**: DepthFlow is free and runs locally. Any paid apps, websites, or ports claiming to be official are fake. All my projects are hosted exclusively on the [<code>tremeschin.com</code>](https://tremeschin.com/) domain. [#](https://github.com/BrokenSource/DepthFlow/issues/110)

<div align="center">
  <a href="https://depth.tremeschin.com/">
    <img src="https://github.com/user-attachments/assets/d794899f-d7c9-4318-9038-9ec356c85e2d" alt="DepthFlow website preview"/>
  </a>
  <i>
    Visit the documentation at
    <a href="https://depth.tremeschin.com/">https://depth.tremeschin.com/</a>
  </i>
</div>
