hs-predict 0.1.0

HS code prediction for chemical products — Akinator-style interactive classification with rule-based and LLM hybrid engine
1
2
3
4
5
6
7
8
//! SMILES-based chemical classification (implemented in v0.3).
//!
//! This module will provide:
//! - Organic vs. inorganic detection from a SMILES string
//! - Functional group detection (20 groups)
//! - HS chapter selection based on detected groups

// v0.3 TODO: implement classifier and functional_groups submodules