Metadata-Version: 2.3
Name: visualizr
Version: 0.0.2
Summary: Video Generator part of the Chatacter Backend
Keywords: anitalker,video
Author: Mohamed Hisham Abdelzaher
Author-email: Mohamed Hisham Abdelzaher <mohamed.hisham.abdelzaher@gmail.com>
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.8
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: espnet>=202207
Requires-Dist: gradio[mcp]>=5.43.1
Requires-Dist: huggingface-hub[hf-xet]>=0.34.4
Requires-Dist: moviepy>=1.0.3,<1.1.0
Requires-Dist: numpy>=1.26.3,<2.0.0
Requires-Dist: python-speech-features>=0.6
Requires-Dist: pytorch-lightning>=2.3.3
Requires-Dist: realesrgan>=0.3.0
Requires-Dist: torch>=2.1.0,<2.2.0
Requires-Dist: torchaudio>=2.1.0,<2.2.0
Requires-Dist: torchvision>=0.16.2,<0.16.3
Requires-Dist: transformers>=4.19.2,<4.20.0
Requires-Python: ==3.10.*
Project-URL: Issues, https://github.com/AlphaSphereDotAI/visualizr/issues
Project-URL: Repository, https://github.com/AlphaSphereDotAI/visualizr.git
Project-URL: Twitter, https://x.com/AlphaSphereAI
Description-Content-Type: text/markdown

# Visualizr: Video Generator part of the Chatacter Backend

[![PyPI - Version](https://img.shields.io/pypi/v/visualizr)](https://pypi.org/project/visualizr)

## Installations (uv)

```bash
uvx --python 3.10 visualizr
```

## Installations (docker)

```bash
curl -o compose.yaml https://raw.githubusercontent.com/alphaspheredotai/visualizr/main/compose.yaml
docker compose up
```
