Metadata-Version: 2.3
Name: visualizr
Version: 0.1.0
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: pyfiglet>=1.0.4
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

<div align="center">
<pre aria-label="VISUALIZR ASCII banner">
 █████   █████ █████  █████████  █████  █████   █████████   █████       █████ ███████████ ███████████  
░░███   ░░███ ░░███  ███░░░░░███░░███  ░░███   ███░░░░░███ ░░███       ░░███ ░█░░░░░░███ ░░███░░░░░███ 
 ░███    ░███  ░███ ░███    ░░░  ░███   ░███  ░███    ░███  ░███        ░███ ░     ███░   ░███    ░███ 
 ░███    ░███  ░███ ░░█████████  ░███   ░███  ░███████████  ░███        ░███      ███     ░██████████  
 ░░███   ███   ░███  ░░░░░░░░███ ░███   ░███  ░███░░░░░███  ░███        ░███     ███      ░███░░░░░███ 
  ░░░█████░    ░███  ███    ░███ ░███   ░███  ░███    ░███  ░███      █ ░███   ████     █ ░███    ░███ 
    ░░███      █████░░█████████  ░░████████   █████   █████ ███████████ █████ ███████████ █████   █████
     ░░░      ░░░░░  ░░░░░░░░░    ░░░░░░░░   ░░░░░   ░░░░░ ░░░░░░░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░   ░░░░░ 
</pre>
</div>

<div align="center">
 
[![PyPI - Version](https://img.shields.io/pypi/v/visualizr)](https://pypi.org/project/visualizr)
[![Build](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/build.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/build.yaml)
[![CI Tools](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/ci_tools.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/ci_tools.yaml)
[![CodeQL](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/github-code-scanning/codeql)
[![Dependabot Updates](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/dependabot/dependabot-updates)
[![Release](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/release.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/release.yaml)
[![Test](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/test.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/visualizr/actions/workflows/test.yaml)

</div>

## Video Generator part of the Chatacter Backend
### 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
```
