Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbilcke-hf/py-aitube-clap

Python helpers to manipulate .clap files, the data format dedicated to AI cinema and AI gaming
https://github.com/jbilcke-hf/py-aitube-clap

ai-cinema ai-exchange-file-format ai-filmmaking ai-filmmaking-file-format ai-movie-industry ai-movie-standard ai-tool-interoperability aitube clap-file-format openclap python

Last synced: 8 days ago
JSON representation

Python helpers to manipulate .clap files, the data format dedicated to AI cinema and AI gaming

Awesome Lists containing this project

README

        

# 📦 py-aitube-clap

This library is a work in progress: the Clap standard is still in draft.

Please do not expect it to work properly.

### ⬇️ install locally
- clone this repo
- `$ pip install .` or `$ pip install .[dev]`

### 👩‍🔧 testing
- `$ pip install .[dev]`
- `$ python -m pytest --cov`

### install from GitHub
- `pip install git+https://github.com/jbilcke-hf/py-aitube-clap`

### Reference

This project uses https://github.com/denkiwakame/py-tiny-pkg as a source template