• Enhancements
    • Improved the performance of the automatic ICA by multiprocessing.
    • Integrated all ML models including Torch, tensorflow and scikit-learn by ONNX.
      • The scripts for convertion are added too.
    • Upgraded the version of Python to 3.12, along with its packages.
    • Updated the system to communicate between the engine server and Lambda through StepFunctions and SQS.
      • The engine server invokes Lambda function through State Machine asynchronously.
      • Lambda notifies the engine server its status, including its progress, via SQS.