DeepPresenter: Environment-Grounded Reflection for Agentic Presentation Generation
Paper • 2602.22839 • Published • 3
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)This is a quantized version of the model for lightweight deployment on edge devices such as Macs.
Project: https://github.com/icip-cas/PPTAgent
Paper: https://arxiv.org/abs/2602.22839
DeepPresenter-9B is a 9B-parameter language model designed for automatic presentation generation. It serves as the core model in the DeepPresenter framework, enabling agentic workflows that generate structured slide presentations from natural language instructions.
DeepPresenter-9B is intended to be used with the PPTAgent framework for full presentation generation:
uvx pptagent onboard
uvx pptagent generate "Single Page with Title: Hello World" -o hello.pptx
4-bit
16-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Forceless/DeepPresenter-9B-GGUF", filename="", )