File size: 1,770 Bytes
7d51052
6e03c95
0c313fe
 
7d51052
 
 
0c313fe
7d51052
0c313fe
7d51052
0c313fe
 
 
 
 
7d51052
0c313fe
7d51052
0c313fe
6badca1
7d51052
0c313fe
6badca1
 
0c313fe
6badca1
 
0c313fe
6badca1
 
0c313fe
6badca1
 
 
7d51052
6e03c95
 
0c313fe
6e03c95
7d51052
0c313fe
7d51052
 
0c313fe
 
 
 
 
 
 
 
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
51
52
53
---
license: mit
language: [en]
tags: [text-to-speech, vits, ax650, ax620e, ax637, npu, onnx]
pipeline_tag: text-to-speech
---

# Inflect-Micro-v2 for AXera NPU

High-quality English TTS (VITS) optimized for **AX650 / AX620E / AX637** NPUs.

| Chip | Encoder | Decoder | Precision |
|------|---------|---------|-----------|
| **AX650** | NPU (axmodel) | NPU (axmodel) | U16 |
| **AX620E** | NPU (axmodel) | CPU (onnxruntime) | U16 |
| **AX637** | NPU (axmodel) | CPU (onnxruntime) | U16 |

## 🎧 Audio Samples (AX650 NPU)

**"Hello and welcome to Inflect Micro V2 text to speech."**
<audio controls src="https://huggingface.co/AXERA-TECH/inflect_micro_v2/resolve/main/samples/en_hello.wav"></audio>

**"The weather today is sunny with a gentle breeze."**
<audio controls src="https://huggingface.co/AXERA-TECH/inflect_micro_v2/resolve/main/samples/en_weather.wav"></audio>

**"Once upon a time, there lived a curious robot who loved to sing."**
<audio controls src="https://huggingface.co/AXERA-TECH/inflect_micro_v2/resolve/main/samples/en_story.wav"></audio>

**"Neural voice synthesis is the next frontier of AI."**
<audio controls src="https://huggingface.co/AXERA-TECH/inflect_micro_v2/resolve/main/samples/en_tech.wav"></audio>

**"This audio was generated entirely on the AX650 NPU chip."**
<audio controls src="https://huggingface.co/AXERA-TECH/inflect_micro_v2/resolve/main/samples/en_intro.wav"></audio>

## πŸš€ Quick Start

```bash
bash setup.sh
bash run.sh "Hello world." output.wav cli ax650
```

## πŸ“ Structure

```
models/
  ax650/   β€” full NPU (encoder + decoder axmodel)
  ax620e/  β€” encoder axmodel + decoder ONNX
  ax637/   β€” encoder axmodel + decoder ONNX
python/    β€” Python SDK
cpp/       β€” C++ SDK
samples/   β€” audio samples
```