backend
backend copied to clipboard
Refactor hero detection modules
Summary
- extract image-processing functions into
detection/image_processing.py - create a lightweight
cli.pyentrypoint - update stream processor and package exports
- adjust setup entrypoint to new CLI
Testing
python -m unittest discover -s tests -v(fails: ModuleNotFoundError: No module named 'flask')