Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kernelerr/stylepro_artistic_demo
- Owner: KernelErr
- License: apache-2.0
- Created: 2020-08-10T15:35:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T22:29:07.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T23:54:14.938Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```