Skip to content

ATEM v1.2.1

Compare
Choose a tag to compare
@torinriley torinriley released this 17 Nov 22:52
· 77 commits to main since this release
f905444

ATEM v1.2.1

  1. Adaptive Model Integration
  • Introduced the AdaptiveModel class for real-time task prediction based on sensor data.
  • Enhanced predict_next_task function for dynamic task scheduling using TensorFlow Lite models.
  1. Improved Package Structure
  • Refactored the project into a cleaner directory structure:
  • Core functionalities under atem_core/core.
  • Utility functions under atem_core/utils.
  • Added proper __init__.py files to support package discovery and modular use.
  1. Real-World Simulation
  • Developed a real-time simulation workflow using mock sensor data to test adaptive task prediction.