Add fuzzy and text-classification light model #1
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
||||||
# ratatouille
|
# ratatouille
|
||||||
|
|
||||||
Projet ratatouille: interface tampon entre Rhasspy, Hass, Mpd, Bookstack, Systemd et autre
|
Projet ratatouille: interface tampon entre Rhasspy, Hass, Mpd, Bookstack, Systemd et autre.
|
||||||
|
|
||||||
|
To work with models (intent.py), transformers and pytorch is needed.
|
||||||
|
|
||||||
|
See https://pytorch.org/get-started/locally/
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
```
|
||||||
|
python main.py server -i 127.0.0.1 -p 7777 --mpd 10.10.10.10
|
||||||
|
```
|
||||||
|
|
||||||
|
ou
|
||||||
|
|
||||||
|
```
|
||||||
|
python main.py prompt
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue