27 lines
526 B
JSON
27 lines
526 B
JSON
{
|
||
"name": "MeetNote 会议转写总结",
|
||
"description": "私有部署的会议录音上传+转写+AI总结 PWA,支持中英混说长音频,云端 Groq Whisper + Poe Claude 处理",
|
||
"status": "active",
|
||
"created": "2026-04-13",
|
||
"ports": [
|
||
{
|
||
"port": 4490,
|
||
"label": "frontend",
|
||
"fixed": true
|
||
},
|
||
{
|
||
"port": 4491,
|
||
"label": "api",
|
||
"fixed": true
|
||
}
|
||
],
|
||
"stack": [
|
||
"Next.js 15",
|
||
"FastAPI",
|
||
"PostgreSQL",
|
||
"MinIO",
|
||
"Groq Whisper",
|
||
"Claude"
|
||
]
|
||
}
|