Forceless commited on
Commit
0ba4619
·
verified ·
1 Parent(s): 553c372

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DeepPresenter-9B
2
+
3
+ **Project**: https://github.com/icip-cas/PPTAgent
4
+ **Paper**: https://arxiv.org/abs/2602.22839
5
+
6
+ ## Model Overview
7
+
8
+ **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.
9
+
10
+ ## Usage
11
+
12
+ DeepPresenter-9B is intended to be used with the **PPTAgent framework** for full presentation generation:
13
+
14
+ ```bash
15
+ uvx pptagent onboard
16
+
17
+ uvx pptagent generate "Single Page with Title: Hello World" -o hello.pptx
18
+ ```
19
+
20
+ ## Performance
21
+
22
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/64380d17819f3ab20d17595b/PZgEPAPir2ygRvxtqtXnx.png)