- Add ELAI avatar seed data (7 avatars with codes, URLs, voice configs) from the original backend's avatars.json - Add missing system parameters: encoach.aws_region (eu-west-1), encoach.whisper_workers (4) - Add training tips import script with pathways_2_rw.json data source - Add action_compute_embeddings() method to training tip model for computing sentence-transformer embeddings on demand Made-with: Cursor
19 lines
518 B
Python
19 lines
518 B
Python
{
|
|
"name": "EnCoach AI Media",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Education",
|
|
"summary": "TTS, STT, and video generation for EnCoach",
|
|
"description": "AWS Polly TTS, OpenAI Whisper STT, ELAI avatar video generation.",
|
|
"depends": ["encoach_ai"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/elai_avatars.xml",
|
|
"views/avatar_views.xml",
|
|
],
|
|
"installable": True,
|
|
"license": "LGPL-3",
|
|
"external_dependencies": {
|
|
"python": ["boto3"],
|
|
},
|
|
}
|