# PC Server for FairScan real-time camera streaming # # This is a minimal test server that: # - Receives WebSocket frames from the Android app # - Displays them in a browser # - Provides GET /health for connection testing ## Quick Start ```bash pip install -r requirements.txt python main.py ``` Open http://localhost:2026 in a browser to see the stream.