mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
Rebranding the transcriber application to better reflect its purpose: AI-powered wisdom extraction from video content. Changes: - Renamed folder: apps/transcriber → apps/wisekeep - Updated all package names to @wisekeep/* namespace: - @wisekeep/backend - @wisekeep/web - @wisekeep/landing - @wisekeep/mobile - @wisekeep/shared-types - Updated root package.json scripts: - wisekeep:dev, dev:wisekeep:backend, dev:wisekeep:web, etc. - Updated documentation in CLAUDE.md files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
No EOL
573 B
JSON
31 lines
No EOL
573 B
JSON
{
|
|
"default_model": "small",
|
|
"default_language": "de",
|
|
"models": {
|
|
"tiny": {
|
|
"size_mb": 39,
|
|
"speed": "~10x Echtzeit",
|
|
"accuracy": "75%"
|
|
},
|
|
"base": {
|
|
"size_mb": 74,
|
|
"speed": "~7x Echtzeit",
|
|
"accuracy": "85%"
|
|
},
|
|
"small": {
|
|
"size_mb": 244,
|
|
"speed": "~4x Echtzeit",
|
|
"accuracy": "91%"
|
|
},
|
|
"medium": {
|
|
"size_mb": 769,
|
|
"speed": "~2x Echtzeit",
|
|
"accuracy": "94%"
|
|
},
|
|
"large": {
|
|
"size_mb": 1550,
|
|
"speed": "~1x Echtzeit",
|
|
"accuracy": "96-98%"
|
|
}
|
|
}
|
|
} |