Skip to content

s87343472/DreamMachineAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dream Machine Video Generator

A Python script to generate videos using the Dream Machine API and fetch the latest generated video link.

Features

  • Generate videos via Dream Machine API.
  • Asynchronously check for video generation status.
  • Output the latest generated video link.

Prerequisites

  • Python 3.7+
  • requests
  • aiohttp

Installation

  1. Clone the repository:

    git clone https://github.com/danaigc/DreamMachineAPI.git
    cd DreamMachineAPI
    pip install -r requirements.txt

    login https://lumalabs.ai/dream-machine/

    Get your accessToken here WechatIMG4170.jpg

  2. Create a virtual environment and activate it (optional):

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install requests aiohttp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages