File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ This is a PowerPoint generator that uses Python-pptx and GPT 3.5 to generate bea
3
3
Powerpointer doesn't use MARP. It directly creates the powerpoints so you can easily make changes to them or finish it within powerpoint.
4
4
It also have placeholders for images!
5
5
6
- To change the design of the powerpoint, at the end of your message you can e.g. add -2 (1-7). (In the flask webui).
6
+ To change the design of the powerpoint, at the end of your message you can e.g. add -2 (1-7). (In the flask webui).
7
+
8
+ I ported this generator so it uses local large language models to generate the content for the PowerPoints. (For example LLaMA based models)
9
+ You can check it out here and feel free to give it a star: [ Powerpointer-For-Local-LLMs] ( https://github.com/CyberTimon/Powerpointer-For-Local-LLMs )
7
10
8
11
## Warning: The code for this tool may require modifications or optimization to meet specific needs.
9
12
@@ -26,11 +29,11 @@ After this, place your OpenAI API Key inside app.py
26
29
27
30
Finally start the flask webserver by running "start_app.bat"
28
31
29
- Please report any issues!
32
+ Please report any issues and feel free to fix my code !
30
33
31
34
Made by CyberTimon (
[email protected] )
32
35
33
- # This is how the powerpoints could look like (7 avialable designs):
36
+ # This is how the powerpoints could look like (7 available designs):
34
37
![ alt text] ( https://github.com/CyberTimon/powerpointer/raw/main/Demo1.png )
35
38
36
39
You can’t perform that action at this time.
0 commit comments