Skip to content

DEVLOPER-IT-CYBER-CENTRE/-AR---AI-Cut-Paste-

 
 

Repository files navigation

AR Cut Paste local server

Setup

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run

The BASNET_SERVICE_HOST is optional (only needed if you've deployed the service on a platform using an ingress gateway such as Knative / Cloud Run).

Replace 123456 by your Photoshop remote connection password.

python src/main.py \
    --basnet_service_ip="http://X.X.X.X" \
    --basnet_service_host="basnet-http.default.example.com" \
    --photoshop_password 123456

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PostScript 94.2%
  • JavaScript 5.8%