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 16:57] – [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 87: Line 101:
 CREATE USER admin WITH PASSWORD '<password>' WITH ALL PRIVILEGES CREATE USER admin WITH PASSWORD '<password>' WITH ALL PRIVILEGES
  
 +exit 
 +
 +# drop user admin
 </code> </code>
 +
 +
 +<code>
 +
 +
 +sudo vi /etc/influxdb/influxdb.conf
 +
 +# Determines whether user authentication is enabled over HTTP/HTTPS.                                                    
 +auth-enabled = true            
 +
 +
 +</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.1679155034.txt.gz · Last modified: 2023/03/18 16:57 by rolf.becker