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
Next revisionBoth sides next revision
user:rolf001 [2023/03/18 17:02] – [InfluxDB] rolf.beckeruser:rolf001 [2023/09/22 09:22] – [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 97: Line 111:
  
 sudo vi /etc/influxdb/influxdb.conf sudo vi /etc/influxdb/influxdb.conf
 +
 +# Determines whether user authentication is enabled over HTTP/HTTPS.                                                    
 +auth-enabled = true            
  
  
 </code> </code>
 +
 +<code>
 +sudo systemctl restart influxdb.service 
 +</code>
 +
 +<code>
 +influx
 +
 +create database sensordaten
 +</code>
 +
 +
 +# Port 8086
 +
 +==== Grafana ====
 +
 +https://grafana.com/tutorials/install-grafana-on-raspberry-pi/
 +
 +<code>
 +wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
 +
 +echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
 +
 +sudo apt-get update
 +
 +sudo apt-get install -y grafana
 +
 +systemctl enable grafana-server
 +# Port 3000
 +
 +</code>
 +
  
 ===== Royal Eijkelkamp  ===== ===== Royal Eijkelkamp  =====
user/rolf001.txt · Last modified: 2024/05/19 16:31 by rolf.becker