Skip to content

Commit cc038da

Browse files
No public description
PiperOrigin-RevId: 771135682
1 parent 4733dd5 commit cc038da

File tree

1 file changed

+53
-3
lines changed
  • official/projects/waste_identification_ml

1 file changed

+53
-3
lines changed

official/projects/waste_identification_ml/README.md

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,57 @@ Model categories | Model backbone | Model type | GCP bucket path |
3232
| ------ | ------ | ----- | ------ |
3333
Material Type & Form | Resnet | saved model | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/Jan2025_ver2_merged_1024_1024.zip)
3434

35+
## Documentation
36+
37+
**[Documentation](/official/projects/waste_identification_ml/circularnet-docs/content/_index.md)**
38+
39+
## End to End Cloud Deployment Guide
40+
41+
End to end deployment involves three key steps:
42+
43+
1. **GCP GPU VM creation**
44+
45+
2. **Code configuration**
46+
47+
3. **Results analysis**
48+
49+
We will go through each one of them in details below
50+
51+
#### [A] Prerequisite - Create VM instance:
52+
Create a Google cloud account and a T4 GPU enabled VM, follow below guide for \
53+
stepwise details:
54+
55+
- [Create VM in GCP Cloud](official/projects/waste_identification_ml/circularnet-docs/content/deploy-cn/before-you-begin.md)
56+
57+
#### [B] Code Setup - Clone and start the pipeline
58+
59+
Run the following commandsmentioned in each steps on the **SSH-in-browser** \
60+
window of your VM instance in Google Cloud
61+
62+
Step 1:
63+
64+
- [Clone the repository](official/projects/waste_identification_ml/circularnet-docs/content/deploy-cn/clone-repo.md)
65+
66+
Step 2:
67+
68+
- [Start the server](official/projects/waste_identification_ml/circularnet-docs/content/deploy-cn/start-server.md)
69+
70+
Step 3:
71+
72+
- [Run the prediction Pipeline](official/projects/waste_identification_ml/circularnet-docs/content/deploy-cn/start-client.md)
73+
74+
For more details : [Click Here](official/projects/waste_identification_ml/circularnet-docs/content/analyze-data/prediction-pipeline-in-cloud.md)
75+
76+
#### [C] Setup Dashboard - Visualize results
77+
78+
For reporting purposes and to analyze image categories, we need to set up \
79+
and connect looker dashboard with BigQuery table, follow below guide for \
80+
stepwise details:
81+
82+
- [Prepare and analyze images](official/projects/waste_identification_ml/circularnet-docs/content/view-data/configure-dashboard.md)
83+
3584
## Authors and Maintainers
36-
Umair Sabir
37-
Sujit Sanjeev
38-
Ethan Steele
85+
Umair Sabir \
86+
Sujit Sanjeev \
87+
Ethan Steele \
88+
Vinit Ganorkar

0 commit comments

Comments
 (0)