Back to Models

Clone Repo

official/projects/waste_identification_ml/circularnet-docs/content/deploy-cn/clone-repo.md

2.20.01.1 KB
Original Source

After meeting the prerequisites, follow these steps to clone the project from the GitHub repository and install all the required packages.

Run the following commands on the SSH-in-browser window of your VM instance in Google Cloud or the terminal of your edge device:

  1. Install Git:

    sudo apt-get install git
    
  2. Clone the tensorflow models, which contains Circularnet (waste_identification_ml) Repo link

    git clone --depth 1 https://github.com/tensorflow/models.git
    
  3. Open the client folder within the waste_identification_ml project directory:

    cd models/official/projects/waste_identification_ml/Deploy/detr_cloud_deployment/client/
    
  4. Run requirements.sh to install all the required packages and libraries:

    sh requirements.sh
    
  5. Return to the root directory:

    cd\
    

Next, start the triton inference server that will serve inference requests. Start server