8000 GitHub - prathwik0/HTFA08: Team Code Commandos (Kausthubh, Prathwik, Pratham, Shawn)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

prathwik0/HTFA08

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Other 1.3%
0