prathwik0 / HTFA08

Team Code Commandos (Kausthubh, Prathwik, Pratham, Shawn)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Code Commandos

Members

  • Kausthubh J Rao
  • Prathwik Kushal Kumar
  • Pratham Kadekar
  • Shaun Dsouza

Writing and Deploying the Docker containers

1. Writing the app

  • The code to build, train, and save the model is in the test folder.
  • Implement the app in main.py

2. Setup Google Cloud

  • Create new project
  • Activate Cloud Run API and Cloud Build API

3. Install and init Google Cloud SDK

4. Dockerfile

5. Cloud build & deploy

gcloud builds submit --tag gcr.io/<project_id>/<function_name>
gcloud run deploy --image gcr.io/<project_id>/<function_name> --platform managed

About

Team Code Commandos (Kausthubh, Prathwik, Pratham, Shawn)


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.0%Language:Dockerfile 0.3%