Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveSpeed Studio

A desktop-style web application for generating AI videos using the WaveSpeed API.

Features

  • Image → Video generation
  • Prompt history
  • Download management
  • Local output library
  • Multiple model support (planned)

Installation

Create a virtual environment:

python -m venv .venv

Activate it.

Windows:

.venv\Scripts\activate

Linux/macOS:

source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Configure

Create a .env file:

WAVESPEED_API_KEY=your_api_key_here

Run

uvicorn app:app --reload

Open:

http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages