The project folder has been renamed to AIDetection. If you see references to the old name (AIDetection4All) in docs or comments, feel free to update them in small, focused PRs.
- Keep code paths relative; avoid absolute paths to your local machine.
- Prefer importing modules via package-relative imports; tests add sys.path entries for simplicity.
- Pin dependencies in
requirements.txtto match the versions tested in README.
Thanks for helping improve the project!