An open API service indexing awesome lists of open source software.

https://github.com/lehaolin/bountcha


https://github.com/lehaolin/bountcha

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## BounTCHA

### How to run the prototype

#### Build frontend

`cd fronend; pnpm i; pnpm build`

#### Run

`python3 main.py`

Open `http://localhost:7777`

### Modify the time bias range

In `main.py`, modify `lower_bound` and `upper_bound`

### To compress the video

convert.py

### Prompts for video generation

Under `./VideoGeneration`