Skip to content

Commit 0755bf0

Browse files
No public description
PiperOrigin-RevId: 771163388
1 parent aea0278 commit 0755bf0

File tree

1 file changed

+15
-14
lines changed
  • official/projects/waste_identification_ml

1 file changed

+15
-14
lines changed

official/projects/waste_identification_ml/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ 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
35+
## Full Documentation
3636

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.
3841

3942
## End to End Cloud Deployment Guide
4043

@@ -49,37 +52,35 @@ End to end deployment involves three key steps:
4952
We will go through each one of them in details below
5053

5154
#### [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:
5456

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)
5658

5759
#### [B] Code Setup - Clone and start the pipeline
5860

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**
6062
window of your VM instance in Google Cloud
6163

6264
Step 1:
6365

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)
6567

6668
Step 2:
6769

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)
6971

7072
Step 3:
7173

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)
7375

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)
7577

7678
#### [C] Setup Dashboard - Visualize results
7779

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:
8182

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)
8384

8485
## Authors and Maintainers
8586
Umair Sabir \

0 commit comments

Comments
 (0)