https://github.com/lehaolin/bountcha
https://github.com/lehaolin/bountcha
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lehaolin/bountcha
- Owner: LehaoLin
- Created: 2024-10-10T05:23:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T14:03:29.000Z (over 1 year ago)
- Last Synced: 2025-10-06T05:56:00.730Z (9 months ago)
- Language: Vue
- Size: 5.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`