puppet / backend /README.md
Alex Newman
Update README.md
a154c6b unverified

A newer version of the Gradio SDK is available: 6.9.0

Upgrade

Backend for the puppet

This is a Python-based application that uses FastAPI and OpenAI's GPT-4 model to provide a backend for puppet. It can receive telemetry from the puppet client. It can control the puppet and it provides its own quick webclient.

dev

you can also run the test server with

  • uvicorn --host 0.0.0.0 --port 8000 backend:app --reload