An AI-powered system for managing document spaces and room permissions.
docspace-ai/
├── data/ # Data storage
│ ├── raw/ # Raw data files
│ ├── processed/ # Processed data
│ ├── annotated/ # Annotated training data
│ └── external/ # External datasets
│
├── models/ # Model storage
│ ├── trained_models/
│ ├── pretrained/
│ └── model_checkpoints/
│
├── notebooks/ # Jupyter notebooks
│ ├── exploration/
│ ├── experiments/
│ └── visualization/
│
├── src/ # Source code
│ ├── data_processing/
│ ├── model_training/
│ ├── model_serving/
│ ├── utils/
│ └── monitoring/
│
├── tests/ # Unit and integration tests
├── config/ # Configuration files
└── scripts/ # Automation scripts
- Clone the repository
- Install dependencies:
pip install -e .
To train the intent classifier:
python -m src.model_training.intent_classifier