Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit d053ba7

Browse files
authored
Nuovo readme
1 parent 2f13575 commit d053ba7

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,27 @@
22

33
Aggregatore degli strumenti per la generazione di un modello di machine learning per la lingua Italiana del progetto Common Voice.
44

5+
* [Script (bash/python) per la generazione usando Docker, DeepSpeech, Tensorflow e Nvidia del modello](https://github.com/MozillaItalia/DeepSpeech-Italian-Model/tree/master/DeepSpeech)
6+
* Il modello generato
7+
* [Script per generare il corpus testuale per la parte predittiva del modello](https://github.com/MozillaItalia/DeepSpeech-Italian-Model/tree/master/MITADS)
8+
59
## Regole
610

711
* Ticket e pull requests in inglese
812
* Readme in Italiano
913

14+
## Utilizzare il modello
15+
16+
Scarica [l'ultima versione](https://github.com/MozillaItalia/DeepSpeech-Italian-Model/releases) da questa pagina.
17+
Puoi provare il modello con un [bot Telegram](https://t.me/DeepSpeechItalianBot) che compara il vocale con Google Speech.
18+
19+
```
20+
$ virtualenv test --python=python3
21+
$ source test/bin/activate
22+
$ pip install deepspeech-tflite==0.7.0a1
23+
$ deepspeech --model output_graph.tflite --audio test.wav --trie trie --lm lm.binary
24+
```
25+
1026
## Generare il modello
1127

1228
```
@@ -34,9 +50,9 @@ $ docker run --env-file deepspeech.env --rm --gpus all --mount type=bind,src=/ho
3450

3551
## Risorse
3652

37-
* https://github.com/mozilla/voice-corpus-tool
38-
* https://github.com/Common-Voice/sentence-collector
39-
* https://github.com/MozillaItalia/voice-web - Il dataset primario di frasi italiane lo manteniamo qui
4053
* https://voice.mozilla.org/it
4154
* https://github.com/mozilla/DeepSpeech
55+
* https://github.com/mozilla/voice-corpus-tool
56+
* https://github.com/Common-Voice/sentence-collector
4257
* https://github.com/Common-Voice/commonvoice-fr - Il repository da cui questo è derivato
58+
* https://github.com/MozillaItalia/voice-web - Il dataset primario di frasi italiane lo manteniamo qui

0 commit comments

Comments
 (0)