This is the dataset used in PPTAgent, crawled from zenodo.
To the best of our knowledge, it is the largest presentation dataset currently available, comprising over 10,000 PowerPoint (.pptx) files, all distributed under a clear and compliant license.
For more information, please visit our github repo.
dirname = f"zenodo-pptx/pptx/{task['license']}/{task['created'][:4]}/"
basename = f"{task['checksum'][4:]}-{task['filename']}"
filepath = dirname + basename
try:… See the full description on the dataset page:
https://huggingface.co/datasets/Forceless/Zenodo10K.