A minimal, modular AI classifier that identifies the type of sentence or argument being submitted (question, command, statement, or opinion). This is the Week 2 foundational component for a larger AI system.
To create and activate the virtual environment and install dependencies:
.\setup_env.ps1
To run the test suite:
.\run_tests.ps1
To launch Jupyter Lab inside the project environment:
.\start_notebook.ps1
- src/task_type_classifier/ — source code
- tests/ — test suite
- notebooks/ — exploratory notebooks
- data/ — project-specific datasets (not synced)
- scripts/ — helper scripts (per-project)
This project follows semantic versioning. Initial version: 0.1.0.