Skip to content

yayann/deep_dive

 
 

Repository files navigation

deep_dive

Preprocessing

  • Extract images from json files inside raw_data/CleanSea:

    • python -m extract_images
    • Images are saved in preprocessed_data/original_sizes/<category>
  • Resize images to 512x512 and save them in preprocessed_data/512x512/<resize method>/<category>:

    • python -m resize_images

Cloud Run

gcloud run deploy --image $GCR_REGION/$GCP_PROJECT/$GCR_IMAGE:prod --memory $GCR_MEMORY --region $GCP_REGION --env-vars-file .env.yaml

About

LeWagon Data Science Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 1.9%
  • Other 0.2%