sorafm  by all-in-aigc

Web app demo of OpenAI's Sora text-to-video model

Created 1 year ago
1,074 stars

Top 35.3% on SourcePulse

GitHubView on GitHub
Project Summary

This project provides a web interface for generating AI videos, inspired by OpenAI's Sora. It targets users interested in exploring text-to-video generation capabilities, offering a platform to experiment with AI-driven video creation.

How It Works

The project utilizes Next.js for its full-stack architecture, with PostgreSQL for database management. It leverages pnpm for dependency management and Tailwind CSS for frontend styling. The backend likely handles API interactions and data processing, though specific AI model integrations are not detailed beyond referencing OpenAI's "red team" for example videos.

Quick Start & Requirements

  • Install: sudo docker build -f deploy/Dockerfile -t sorafm:latest . followed by sudo docker run -itd -p 127.0.0.1:8014:8080 --restart=always sorafm:latest.
  • Prerequisites: Docker, PostgreSQL (local, Vercel-Postgres, or Supabase), Node.js (for local development).
  • Setup: Docker deployment is straightforward. Local development requires cloning, pnpm install, setting up a .env.local file with POSTGRES_URL and WEB_BASE_URI, and running pnpm dev --port 3000.
  • Links: Live Demo: https://sorafm.trys.ai

Highlighted Details

  • Full-stack Next.js application.
  • PostgreSQL database integration.
  • Docker deployment option available.
  • Uses pnpm for package management.

Maintenance & Community

The project is maintained by idoubicc, with contact available via Twitter: https://twitter.com/idoubicc.

Licensing & Compatibility

The repository does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.

Limitations & Caveats

The project states that the "Sora text-to-video API is not available," and displayed videos are generated by OpenAI's "red team," implying this project does not directly interface with OpenAI's Sora model. The specific AI models used for generation within this project are not detailed.

Health Check
Last Commit

1 year ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
10 stars in the last 30 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Eric Jang Eric Jang(VP AI at 1X), and
2 more.

civitai by civitai

0.2%
7k
Platform for sharing AI models
Created 2 years ago
Updated 1 day ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems") and Jiaming Song Jiaming Song(Chief Scientist at Luma AI).

MoneyPrinterTurbo by harry0703

0.4%
40k
AI tool for one-click short video generation from text prompts
Created 1 year ago
Updated 3 months ago
Feedback? Help us improve.