Aucune description

j7891618123 d8d889568d add README.md il y a 4 ans
README.md d8d889568d add README.md il y a 4 ans
requirements.txt d8d889568d add README.md il y a 4 ans
slides_API_AI_anchor.py 2624143cf7 first commit il y a 4 ans
spread2.json 2624143cf7 first commit il y a 4 ans

README.md

Slides API with AI Anchor

Convert google slides to AI anchor video.

  • Use slide title as the video title.
  • Use slide as the picture in the video.
  • Take notes as lecture notes.
  • Use time as the client id.
  • Currently only Peggy is selected as the anchor.

Install

pip install -r requirements.txt

Note: See requirements.txt for more details.

Usage

Step 1

Create a google slide to be converted into a video.

Step 2

Add or share permissions to service@dstest-1-292707.iam.gserviceaccount.com

Step 3

Find the presentation id in the address bar and execute the following command.

python slides_API_AI_anchor.py --presentation_id {presentation_id} --save_to_local True
  • --presentation_id (string, required) – Choose which slide to convert to video.
  • --save_to_local (bool, optional) – Save the memo locally. If True, the img and memo file will be saved in a folder named as the title of the slide (Default: True)

Note: presentation id