Skip to content

SoraWebui is an open-source Sora web client, enabling users to easily create videos from text with OpenAI's Sora model.

License

Notifications You must be signed in to change notification settings

showjiangnan/SoraWebui

 
 

Repository files navigation

SoraWebui

SoraWebui is an open-source project that simplifies video creation by allowing users to generate videos online with OpenAI's Sora model using text, featuring easy one-click website deployment. 👉 SoraWebui

English | 简体中文

Quick Started

Deploy on Vercel

Deploy with Vercel

1. Clone project

git clone [email protected]:SoraWebui/SoraWebui.git

2. Install dependencies

cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install

3. copy .env.example and rename it to .env.local

# website URL
NEXT_PUBLIC_SITE_URL=http:https://localhost

# openai config
OPENAI_API_KEY=sk-XXXXXX
OPENAI_API_BASE_URL=http:https://localhost:8081
OPENAI_API_MODEL=sora-1.0-turbo

4. Run it

yarn dev
#or
npm run dev
#or
pnpm dev

5. Open http:https://localhost with your browser to see it.

success_deploy.jpg

Important

SoraWebui requires FakeSoraAPI to function properly.

About

SoraWebui is an open-source Sora web client, enabling users to easily create videos from text with OpenAI's Sora model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%