Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 874 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 874 Bytes

Drudgeyer

Tests codecov

(Currently under early developments.)

Simple lightweight training scheduler (job queue) for ML in on-premise/cloud.

features (in the future):

  • Ease of setup
  • Low resources (low scalability) queue
  • Executing shell command
  • Support for on-premise and cloud environments

Roadmap

  • Add file logger
  • Add DB (SQLite3), Redis Queue
  • Add Log tracker
  • Add registration task with dependency directory
  • Add notifier (slack, line notify, sidekiq)
  • Add documentation
  • Make worker daemon process
  • Add Test CI (GitHub Action)