An open API service indexing awesome lists of open source software.

https://github.com/rajatsandeepsen/radar

Reduce computation and observe through camara with drawable priorities sections in canvas
https://github.com/rajatsandeepsen/radar

Last synced: 5 months ago
JSON representation

Reduce computation and observe through camara with drawable priorities sections in canvas

Awesome Lists containing this project

README

          

# Radar

Run Entire Software

```bash
uv run --env-file .env main.py
```

Run FastAPI Server

```bash
uv run --env-file .env fastapi dev server.py
```

Run Test

```bash
uv run test.py
```

Run Software only

```bash
uv run software.py
```

Stream Webcam video only

```bash
uv run stream.py
```