Skip to content

lankymon/task-type-classifier

Repository files navigation

task-type-classifier

Overview

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.

Setup

To create and activate the virtual environment and install dependencies:

.\setup_env.ps1

Running Tests

To run the test suite:

.\run_tests.ps1

Notebooks

To launch Jupyter Lab inside the project environment:

.\start_notebook.ps1

Project Structure

  • src/task_type_classifier/ — source code
  • tests/ — test suite
  • notebooks/ — exploratory notebooks
  • data/ — project-specific datasets (not synced)
  • scripts/ — helper scripts (per-project)

Version

This project follows semantic versioning. Initial version: 0.1.0.

About

Rule‑based text intent classifier with full test suite and modular architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published