Skip to content
View unbeschwert's full-sized avatar
  • Deutschland

Block or report unbeschwert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 3-2-1 3-2-1 Public

    Program to scrape and collate questions from 3-2-1 newsletter from James Clear

    Rust 1

  2. fastapi-sqlite-demo fastapi-sqlite-demo Public

    This repository show how to build a FastAPI based backend with SQLite as its database

    Python

  3. mqtt-data-streamer mqtt-data-streamer Public

    Library that facilitates the use of MQTT C++ library from Eclipse

    C++

  4. dotfiles dotfiles Public

    configuration files for frequently used softwares

    Vim Script

  5. opencv-camera-calibration opencv-camera-calibration Public

    C++ library that facilitate calibration of cameras using OpenCV

    C++

  6. This script listens to mic on your d... This script listens to mic on your device and 'wakes' up based on a wake word detection. Then it chooses an action to perform based on what the user says after the wake word. It is meant to act as an interface to give voice commands
    1
    import pyaudio
    2
    import numpy as np
    3
    import pvporcupine
    4
    import openai
    5
    import io