Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SoraWebui/FakeSoraAPI
Fake Sora API is an open-source project that simulates the yet-to-be-released OpenAI Sora API, enabling developers to prepare and test their applications in advance.
https://github.com/SoraWebui/FakeSoraAPI
api openai sora
Last synced: 2 months ago
JSON representation
Fake Sora API is an open-source project that simulates the yet-to-be-released OpenAI Sora API, enabling developers to prepare and test their applications in advance.
- Host: GitHub
- URL: https://github.com/SoraWebui/FakeSoraAPI
- Owner: SoraWebui
- Created: 2024-02-19T06:27:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:42:46.000Z (11 months ago)
- Last Synced: 2024-11-19T20:05:22.989Z (2 months ago)
- Topics: api, openai, sora
- Language: TypeScript
- Homepage: https://fake-sora-api.sorawebui.com/
- Size: 313 KB
- Stars: 236
- Watchers: 8
- Forks: 76
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FakeSoraAPI
API for [SoraWebui](https://github.com/SoraWebui/SoraWebui).This API will be called to generate video from text.
demo here๐ [FakeSoraAPI](https://fake-sora-api.sorawebui.com)English | [็ฎไฝไธญๆ](https://github.com/SoraWebui/FakeSoraAPI/blob/main/README.zh-CN.md)
## Quick Started
### Deploy on Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI&project-name=FakeSoraAPI&repository-name=FakeSoraAPI&external-id=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI%2Ftree%2Fmain)### 1. Clone project
```bash
git clone [email protected]:SoraWebui/FakeSoraAPI.git
```### 2. Install dependencies
```bash
cd FakeSoraAPI && yarn
#or
cd FakeSoraAPI && npm install
#or
cd FakeSoraAPI && pnpm install
```### 3. Run it
```bash
yarn dev
#or
npm run dev
#or
pnpm dev
```### 4. Open [http://localhost:8081](http://localhost:8081) with your browser to see it.
![success_deploy.jpg](https://fake-sora-api.sorawebui.com/success_deploy.jpg)