Test and development of Yolo classification in industrial applications
Find a file
Amritpal Singh d9e73633a3 feat: restructure project and establish groundwork
- Transition to src/ layout for better package management
- Add YOLO, pytest, ruff, and pyright dependencies
- Implement core configuration and logging modules
- Set up linting and type checking configurations
2026-05-11 01:16:16 +02:00
src/yolo_industry feat: restructure project and establish groundwork 2026-05-11 01:16:16 +02:00
tests feat: restructure project and establish groundwork 2026-05-11 01:16:16 +02:00
.gitignore Initial commit 2026-05-10 17:34:57 +02:00
.python-version feat: restructure project and establish groundwork 2026-05-11 01:16:16 +02:00
CLAUDE.md feat python3 specific CLAUDE.md 2026-05-10 17:51:30 +02:00
pyproject.toml feat: restructure project and establish groundwork 2026-05-11 01:16:16 +02:00
README.md fix added info 2026-05-10 17:54:45 +02:00
uv.lock feat: restructure project and establish groundwork 2026-05-11 01:16:16 +02:00

yolo_industry

Test and development of Yolo classification in industrial applications. Focus is on developing deep neural network methodology for object classification based on deep neural networks.