Skip to content

Teaching-Monster/TeachingMonster-released

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teaching Monster: Baseline & Starter Kit!

Prerequisite to Run the Baseline

  • Gemini API: visit the website to get your API Key, and in config/.env, insert:
    GEMINI_API_KEY={YOUR_OWN_API_KEY}
    
  • Server: An GPU w/ 20GB VRAM is recommended.

Environment Setup

  • This project uses Python 3.10, and needs libreoffice & poppler to be installed. The installation subjects to the OS.

  • Install dependencies:

    pip install -r requirements.txt

Run the pipeline locally!

python -m scripts.T2V_pipeline \
  -r "REQUIREMENT_PROMPT" \
  -p "PERSONA_PROMPT" \
  [-c config/default.yaml] \
  [-o final_video.mp4] \
  [-d ./output]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages