GitHub

Pinned Loading

  1. Tus python server implementation on FastAPI

    Python 13 2

  2. Forked from wbolster/plyvel

    help build cross-platform(osx, windows, linux) Plyvel binary wheels, seeing the Releases

    Cython 14 4

  3. A start-up example to serve time-consuming ML model efficiently

    Python 1

  4. 1

    # FastAPI and Uvicorn Logging

    2

    
                  

    3

    When running `FastAPI` app, all the logs in console are from `Uvicorn` and they do not have timestamp and other useful information. As `Uvicorn` applies python `logging` module, we can override `Uvicorn` logging formatter by applying a new logging configuration.

    4

    
                  

    5

    Meanwhile, it's able to unify the your endpoints logging with the `Uvicorn` logging by configuring all of them in the config file `log_conf.yaml`.
  5. 1

    # Gstreamer Pipeline Samples

    2

    
                  

    3

    Table of Contents:

    4

    
                  

    5

    - [Gstreamer Pipeline Samples](#gstreamer-pipeline-samples)
  6. voice agent that uses OpenAI realtime API speech-to-text, generates responses with GPT, and streams natural-sounding replies using text-to-speech — all over WebSocket.

    Python 1

Read the original on github.com ↗