beah-ml / README.md

beah-ml

this repo is exclusively for ML notebooks and experimentations for beah project.

Last updated: 4/16/2026GitHub

beah-ml

this repo is exclusively for ML notebooks and experimentations for beah project.

Notebooks descriptions

  1. xls_to_csv.ipynb: a simple helper notebook to covert xlsx to csv quickly
  2. pickle_creator.ipynb includes helper code that reads csv files and processes the dataframe then saves the final merged db pkl file
  3. images_downloader.ipynb: helper notebook to download images from dataframe and store them locally
  4. image_dataset_organizer.ipynb: a helper notebook to organize the images into folder structure that can be used in training phase
  5. training_notebook.ipynb: the main notebook which contains the training driver code