User Tools

Site Tools


user:rolf001

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:rolf001 [2023/03/18 17:28] – [InfluxDB] rolf.beckeruser:rolf001 [2023/09/22 09:22] (current) – [RASA NLU] rolf.becker
Line 1: Line 1:
 ====== Rolf Becker (rolf001) - Public Page ====== ====== Rolf Becker (rolf001) - Public Page ======
 +
 +**These pages are meant to be my personal scratch books, for arbitrary notes.**
 +
 +
 +===== RASA NLU =====
 +
 +I want to use [[.:rolf001:RASA:start]] as a ChatBot to fill forms.
 +
 +
 +
 +
 +===== vosk ASR =====
 +
 +Automatic Speech Recognition (ASR) with [[.rolf001:vosk:start]]
  
 ===== Hackday Moers 2023 ===== ===== Hackday Moers 2023 =====
Line 114: Line 128:
 </code> </code>
  
 +
 +# Port 8086
  
 ==== Grafana ==== ==== Grafana ====
Line 119: Line 135:
 https://grafana.com/tutorials/install-grafana-on-raspberry-pi/ https://grafana.com/tutorials/install-grafana-on-raspberry-pi/
  
 +<code>
 wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
  
Line 124: Line 141:
  
 sudo apt-get update sudo apt-get update
 +
 sudo apt-get install -y grafana sudo apt-get install -y grafana
 +
 +systemctl enable grafana-server
 +# Port 3000
 +
 +</code>
  
  
user/rolf001.1679156914.txt.gz · Last modified: 2023/03/18 17:28 by rolf.becker