Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Backend

Setup

Install dependencies

cd backend
pip install -r requirements.txt

Run using uvicorn

cd backend
uvicorn api:app 

Example

There is an example of a websocket usage in the file 'camera_ws_example.py'.