Skip to content

Conversation

opnuub
Copy link

@opnuub opnuub commented Jun 22, 2025

• added Dockerfile and cloudbuild_yaml added to run cloud build scripts and containerize codebase
• added download_from_gcs, save_training_plot, upload_to_gcs in helpers.py
• modified word_segmenter.py to save history plots and upload model to cloud storage if trained on vertex AI
• added requirements.txt
• added train.py for training on the cloud
• fixed typo on README.md
• added Cloud Usage.md to walkthrough setting up ML training pipeline

• Dockerfile and cloudbuild_yaml added to run cloud build scripts and containerize codebase
• added download_from_gcs, save_training_plot, upload_to_gcs in helpers.py
• modified word_segmenter to save history plots and upload model to cloud storage if trained on vertex AI
• added requirements.txt
• added train.py for training on the cloud
• fixed typo on README.md
• added Cloud Usage.md to walkthrough setting up ML training pipeline
@opnuub opnuub requested a review from SahandFarhoodi July 3, 2025 01:16
• Dockerfile and cloudbuild_yaml added to run cloud build scripts and containerize codebase
• added download_from_gcs, save_training_plot, upload_to_gcs in helpers.py
• modified word_segmenter to save history plots and upload model to cloud storage if trained on vertex AI
• added requirements.txt
• added train.py for training on the cloud
• fixed typo on README.md
• added Cloud Usage.md to walkthrough setting up ML training pipeline
Copy link
Collaborator

@SahandFarhoodi SahandFarhoodi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

@CLAassistant
Copy link

CLAassistant commented Jul 17, 2025

CLA assistant check
All committers have signed the CLA.

@opnuub opnuub force-pushed the main branch 3 times, most recently from b40e657 to fe40364 Compare July 19, 2025 04:24
@opnuub opnuub changed the title MLOps pipeline: initial working version Added MLOps pipeline and new WordSegmenterCNN class Jul 28, 2025
@opnuub opnuub requested a review from SahandFarhoodi July 28, 2025 20:48
@opnuub
Copy link
Author

opnuub commented Jul 28, 2025

@sffc @SahandFarhoodi Hi Shane and Sahand, this is the new polished code of both MLOps pipeline and CNN model (word_segmenter_cnn.py). I've also included a sample CNN model in the Models directory if anyone is interested to test it. I could also remove it if its unnecessary for now.

Copy link
Collaborator

@SahandFarhoodi SahandFarhoodi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Shenghong for all this work. I left some comments here and there, but most of them are small nit comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants