Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gia-ast

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gia-ast - npm Package Compare versions

Comparing version 0.4.5 to 0.5.0

gia-ast-server.js

5

package.json
{
"name": "gia-ast",
"version": "0.4.5",
"version": "0.5.0",
"description": "A CLI Wrapping AST Web API calls to servers",

@@ -15,3 +15,4 @@ "main": "index.js",

"gia-ast": "gia-ast.js",
"gia-ast-meta": "gia-ast-meta.js"
"gia-ast-meta": "gia-ast-meta.js",
"gia-ast-server": "gia-ast-server.js"
},

@@ -18,0 +19,0 @@ "repository": {

28

README.md

@@ -32,5 +32,8 @@

```sh
docker run -it -p 7860:7860 --platform=linux/amd64 \
registry.hf.space/jgwill-astpicasso:latest
#launch
gia-ast-server --picasso
```
```sh
#stylize an image using it
gia-ast sample.jpg 7860

@@ -40,4 +43,25 @@

```sh
#remove the server
gia-ast-server --picasso --rm
```
### Extended
```sh
#launch on custom port
gia-ast-server --picasso 8888
```
```sh
#stylize an image using it
gia-ast sample.jpg 8888
```
## dot Env conf example
* It gets created if it does not exist
```dotenv

@@ -44,0 +68,0 @@ asthostname=localhost

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc