Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lidedongsn/cut.ai
https://github.com/lidedongsn/cut.ai
whisper whisper-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lidedongsn/cut.ai
- Owner: lidedongsn
- Created: 2024-01-26T02:15:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:59:10.000Z (9 months ago)
- Last Synced: 2024-03-18T08:56:48.319Z (9 months ago)
- Topics: whisper, whisper-ui
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cut.ai
cut.ai 是一个AI音视频剪辑工具,语音转写基于whisper
## 功能列表
- [x] 语音转写
- [ ] 内容摘要总结
- [ ] 字幕剪辑
- [ ] 章节速览
- [ ] 精彩片段剪辑## 模块
### Server
``` shell
```
``` shell
uvicorn main:app --reload --host 0.0.0.0 --port 5001
`````` shell
celery -A celery_config worker --loglevel=info
```### Web