Metadata-Version: 2.4
Name: panna
Version: 1.0.0
Summary: PANNA
Home-page: https://github.com/asahi417
Author: Asahi Ushio
Author-email: asahi1992ushio@gmail.com
License: MIT
Keywords: machine-learning,computational-art
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8,<=3.12
Description-Content-Type: text/markdown
Requires-Dist: numpy<2.0.0
Requires-Dist: torch==2.5.0
Requires-Dist: datasets
Requires-Dist: transformers<4.49.0
Requires-Dist: diffusers>=0.19.0
Requires-Dist: invisible_watermark
Requires-Dist: accelerate
Requires-Dist: safetensors
Requires-Dist: sentencepiece
Requires-Dist: protobuf
Requires-Dist: accelerate
Requires-Dist: bitsandbytes
Requires-Dist: DeepCache
Requires-Dist: opencv-python
Requires-Dist: timm==1.0.13
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PANNA
PANNA is a collection of image/video models with a unified interface.

## Installation
Panna support python<=3.12. Install from beta version 
```shell
pip install panna
```
or from the source.
```shell
pip install -U git+https://github.com/asahi417/panna.git@main
```


## Update PyPI

```shell
pip install twine
pip install setuptools wheel
python setup.py bdist_wheel 
twine upload dist/* 
```
