The system uses a rule-based engine that can be configured via YAML files and extended with custom rules. src/ ├── core/ │ ├── document_parser.py # Parse .docx files using python-docx │ ├── ...
├── src/ # Source code │ ├── models/ # Model implementations │ │ └── pointnet.py # PointNet model │ ├── data/ # Data loading and processing │ │ └── dataset.py # Dataset classes and loaders │ ├── train ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results