Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 713 Bytes

ML-util-functions

Python scripts I often find myself using while creating machine learning pipelines.

  • Folder restructuring, train-val splitting.
  • Checking for corrupted images and naming conventions, image-label separation and more.
  • Fixing Premature Ending error in Images (missing the EOI D9 code)

Check the folder scripts for all the available python scripts. I update the repo often and add new utility scripts.

Feel free to use them for your own purposes but make sure you understand what each script does before using it :) .