Skip to content

jfxia/url2ppt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

url2ppt

Generate a PPT file by a URL ,using Deepseek LLM. It's just an experimental program to verify capabilities of Deepseek, and the generated PPT file looks like a mess of ugly slides :(

The Python script is supposed to :

(1)Crawl the content of some web page.

(2)Analysis main themes and key points of the article by Deepseek LLM.

(3)Generate a PPT file by python-pptx.

Before running the url2ppt.py, pls subscribe Deepseek API sevice and set DEEP_API_KEY in the enviroment variables ,

set DEEP_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

and install essential dependencies first.

pip install json requests bs4 python-pptx PIL pytesseract urllib newspaper sklearn backoff

Usage:

python url2ppt.py [URL]

About

Generate a PPT file by a URL, using Deepseek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages