Commit 28179ca
committed
refactor: rewrite Rust+C++ to Python with Qwen3-ASR-1.7B and Qwen3-8B-AWQ
- Remove all Rust source (14 .rs files), C++ backend, Cargo build system
- Add Python package (vra/) with 10 modules:
- transcribe.py: Qwen3-ASR-1.7B via qwen-asr
- summarize.py: Qwen3-8B-AWQ via vLLM (non-thinking mode)
- pipeline.py: feed ingestion + processing orchestration
- api.py: FastAPI HTTP server (same API surface)
- storage.py: asyncpg PostgreSQL (same schema)
- media.py: ffmpeg audio extraction
- rss.py: RSS 2.0 XML rendering
- config.py: environment-based configuration
- __main__.py: CLI entry point (serve/verify)
- Target: Windows NVIDIA CUDA, optimized for runtime efficiency1 parent e1490f2 commit 28179ca
32 files changed
Lines changed: 874 additions & 5873 deletions
File tree
- backends
- src
- src
- vra
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments