Skip to content

0.1.0

Compare
Choose a tag to compare
@daswer123 daswer123 released this 25 Aug 16:24
· 17 commits to main since this release

Added

  • API server functionality for remote processing
  • New endpoints for model management and parameter configuration
  • Support for uploading new models via API
  • Ability to switch between CPU and GPU processing dynamically
  • Comprehensive README with detailed API documentation
  • Navigation menu in README for easier access to information

Changed

  • Refactored the main script to support both CLI and API modes
  • Improved error handling and logging
  • Updated the model loading process for better flexibility
  • Reorganized the project structure for cleaner code separation

Deprecated

  • Old method of calling the script directly for single file processing (use CLI mode instead)

Removed

  • Unnecessary dependencies to reduce package size

Thanks @Cohee1207 for inspiring me to take on these changes