File size: 1,158 Bytes
98ad264
703a33a
 
 
4977c4c
98ad264
703a33a
4977c4c
703a33a
 
 
 
 
 
 
 
 
 
 
 
98ad264
 
703a33a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: Aether Voice Studio
emoji: 🎙️
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
short_description: Public AetherOps voice studio and docs showcase.
pinned: true
header: default
fullWidth: true
suggested_hardware: cpu-upgrade
tags:
  - voice
  - tts
  - asr
  - audio
  - creator-tools
  - enterprise-ai
  - docker
---

# Aether Voice Studio

Frontend-first Hugging Face Docker Space for AetherOps. This v1 is a public showcase and docs-style entrypoint for Aether Voice Studio, route intelligence, creator workflows, and enterprise VoiceOps positioning.

## Local run

```bash
docker build -t aetherops-space .
docker run --rm -p 7860:7860 -e DEMO_MODE=true aetherops-space
```

## Runtime notes

- Single public port: `7860`
- No Docker Compose deployment contract
- CPU-safe by default
- Runs without private production secrets
- `DEMO_MODE=true` keeps the experience fully functional using local data and simulated demo responses

## Key data files

- `app/data/features.json`
- `app/data/faq.json`
- `app/data/route_model_matrix.json`
- `app/data/docs_nav.json`
- `app/data/voice_seed_library.json`
- `app/data/contracts/*.json`