Skip to content

TimofeyBoyko/docspace-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocSpace AI

An AI-powered system for managing document spaces and room permissions.

Project Structure

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

Setup

  1. Clone the repository
  2. Install dependencies:
    pip install -e .

Usage

To train the intent classifier:

python -m src.model_training.intent_classifier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages