Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 488 Bytes

File metadata and controls

9 lines (6 loc) · 488 Bytes

Contributing

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.txt to match the versions tested in README.

Thanks for helping improve the project!