Pinned Loading
-
Forked from wbolster/plyvel
help build cross-platform(osx, windows, linux) Plyvel binary wheels, seeing the Releases
-
A start-up example to serve time-consuming ML model efficiently
Python 1
-
1
# FastAPI and Uvicorn Logging2
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`.
-
1
# Gstreamer Pipeline Samples2
3
Table of Contents:
4
5
- [Gstreamer Pipeline Samples](#gstreamer-pipeline-samples)
-
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