backend icon indicating copy to clipboard operation
backend copied to clipboard

Refactor hero detection modules

Open Geczy opened this issue 7 months ago • 0 comments

Summary

  • extract image-processing functions into detection/image_processing.py
  • create a lightweight cli.py entrypoint
  • 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')

Geczy avatar May 18 '25 13:05 Geczy