Commit graph

3 commits

Author SHA1 Message Date
b1bc455810 fix: update Dockerfile and README to replace model extraction with download 2025-08-05 20:39:39 -07:00
d3ff38174c fix: update Dockerfile to reflect model download instead of extraction 2025-08-05 20:19:02 -07:00
52a43d51d4 refactor: simplify build system and improve model loading flexibility
- Remove Rollup bundling in favor of direct TypeScript compilation
- Move from bundled models to dynamic model loading with configurable paths
- Add Docker deployment examples and documentation
- Implement robust model loader with fallback mechanisms
- Update storage adapters for better cross-environment compatibility
- Add comprehensive tests for model loading and package installation
- Simplify package.json scripts and remove complex build configurations
- Clean up deprecated demo files and old bundling scripts

BREAKING CHANGE: Models are no longer bundled with the package. They are now loaded dynamically from CDN or custom paths.
2025-08-05 16:09:30 -07:00