@@ -32,9 +32,12 @@ Model categories | Model backbone | Model type | GCP bucket path |
32
32
| ------ | ------ | ----- | ------ |
33
33
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 )
34
34
35
- ## Documentation
35
+ ## Full Documentation
36
36
37
- ** [ Documentation] ( /official/projects/waste_identification_ml/circularnet-docs/content/_index.md ) **
37
+ The full documentation, covering everything from how to choose and install
38
+ a camera to how to prepare and make use of the model is ** [ here] ( circularnet-docs/content/_index.md ) .**
39
+ Below, we also provide a quicker guide for running inference using a GCP VM,
40
+ assuming you already have a working camera taking pictures.
38
41
39
42
## End to End Cloud Deployment Guide
40
43
@@ -49,37 +52,35 @@ End to end deployment involves three key steps:
49
52
We will go through each one of them in details below
50
53
51
54
#### [ A] Prerequisite - Create VM instance:
52
- Create a Google cloud account and a T4 GPU enabled VM, follow below guide for \
53
- stepwise details:
55
+ Create a Google cloud account and a T4 GPU enabled VM:
54
56
55
- - [ Create VM in GCP Cloud] ( official/projects/waste_identification_ml/ circularnet-docs/content/deploy-cn/before-you-begin.md)
57
+ - [ Create VM in GCP Cloud] ( circularnet-docs/content/deploy-cn/before-you-begin.md )
56
58
57
59
#### [ B] Code Setup - Clone and start the pipeline
58
60
59
- Run the following commandsmentioned in each steps on the ** SSH-in-browser** \
61
+ Run the following commands mentioned in each step on the ** SSH-in-browser**
60
62
window of your VM instance in Google Cloud
61
63
62
64
Step 1:
63
65
64
- - [ Clone the repository] ( official/projects/waste_identification_ml/ circularnet-docs/content/deploy-cn/clone-repo.md)
66
+ - [ Clone the repository] ( circularnet-docs/content/deploy-cn/clone-repo.md )
65
67
66
68
Step 2:
67
69
68
- - [ Start the server] ( official/projects/waste_identification_ml/ circularnet-docs/content/deploy-cn/start-server.md)
70
+ - [ Start the server] ( circularnet-docs/content/deploy-cn/start-server.md )
69
71
70
72
Step 3:
71
73
72
- - [ Run the prediction Pipeline] ( official/projects/waste_identification_ml/ circularnet-docs/content/deploy-cn/start-client.md)
74
+ - [ Run the prediction Pipeline] ( circularnet-docs/content/deploy-cn/start-client.md )
73
75
74
- For more details : [ Click Here] ( official/projects/waste_identification_ml/ circularnet-docs/content/analyze-data/prediction-pipeline-in-cloud.md)
76
+ For more details: [ Click Here] ( circularnet-docs/content/analyze-data/prediction-pipeline-in-cloud.md )
75
77
76
78
#### [ C] Setup Dashboard - Visualize results
77
79
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:
80
+ For reporting purposes and to analyze image categories, we need to set up and
81
+ connect looker dashboard with BigQuery table:
81
82
82
- - [ Prepare and analyze images] ( official/projects/waste_identification_ml/ circularnet-docs/content/view-data/configure-dashboard.md)
83
+ - [ Prepare and analyze images] ( circularnet-docs/content/view-data/configure-dashboard.md )
83
84
84
85
## Authors and Maintainers
85
86
Umair Sabir \
0 commit comments