File size: 560 Bytes
dc7f995
 
d44c9fc
dc7f995
 
 
 
a154c6b
 
dc7f995
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
- (optional) Install virtualenv or equiv please
- pip install -r requirements.txt
- pytest etc
- For more details checkout https://github.com/posix4e/puppet/blob/main/.github/workflows/backend_ci.yml

# you can also run the test server with
- uvicorn --host 0.0.0.0 --port 8000 backend:app --reload