ai_edge_model_dl 0.1.0
ai_edge_model_dl: ^0.1.0 copied to clipboard
Efficient model downloader for AI Edge with resumable downloads, progress tracking, and validation.
Changelog #
0.1.0 #
Features #
- Initial release of ai_edge_model_dl package for efficient model downloading and management
- Resumable downloads with automatic retry on interruption
- Real-time progress tracking with speed and time estimates
- Checksum validation (MD5/SHA256) for model integrity
- Parallel chunk downloading for optimized performance
- Platform-specific storage management with customizable paths
- Custom exception handling with specific error codes (checksumMismatch, fileSizeMismatch, invalidChecksumFormat)
- Comprehensive model management APIs (list, check existence, delete)
- Seamless integration with AI Edge packages for simplified model path resolution
Documentation #
- Complete README with usage examples and API reference