Metadata-Version: 2.1
Name: DMLP
Version: 1.0.3
Summary: Diffusion Model Learning Package
Home-page: UNKNOWN
Author: YunhaoLi, Jieqi Liu
Author-email: <youremail@email.com>
License: UNKNOWN
Keywords: python,first package
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# DMLP
DMLP is a python library for training diffusion model
- **Website: https://yunhaoli12138.github.io/DMLP/** 
- **Documentation: https://yunhaoli12138.github.io/DMLP/docs/** 
- **Mailing list: yul080@ucsd.edu , jil146@ucsd.edu** 
- **Source code: https://github.com/YunhaoLi12138/DMLP** 
- **Contributing: [Yunhao Li](https://github.com/YunhaoLi12138), [Jieqi Liu](https://github.com/DDDyylan)** 
- **Bug reports: https://github.com/YunhaoLi12138/DMLP/issues** 

It provides:

- APIs for constructing and training/fine-tuning text diffusion model 
- Abstract classes for developing models in text diffusion

## Installation
```
pip install DMLP
```

## Tutorial
The detailed tutorial can be found on website: https://yunhaoli12138.github.io/DMLP/tutorial/

## Reference
Codes and model architecture referred from: https://github.com/guangyliu/AE_diffusion.git


