Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kernelerr/stylepro_artistic_demo

An Electron client demo for Paddle Hub Serving.
https://github.com/kernelerr/stylepro_artistic_demo

Last synced: about 2 months ago
JSON representation

An Electron client demo for Paddle Hub Serving.

Awesome Lists containing this project

README

        

# Stylepro Artistic Demo
An Electron client demo for Paddle Hub Serving.

![Screenshot](./images/screenshot.png)

## LaunchπŸš€

First ensure that you've installed [Paddle Hub](https://github.com/PaddlePaddle/PaddleHub) correctly, then run following commands to download and deploy the model. The web service would listen on port 8866 by default.

```
$ hub install stylepro_artistic
$ hub serving start -m stylepro_artistic
```

Then, in this repo, simply do things like other Node.js project.

```
$ npm install
$ npm start
```