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
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/radar
- Owner: rajatsandeepsen
- Created: 2024-12-12T07:43:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T02:28:01.000Z (6 months ago)
- Last Synced: 2025-04-10T03:31:04.990Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 874 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```