https://github.com/caiyunapp/neural-style-web
https://github.com/caiyunapp/neural-style-web
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caiyunapp/neural-style-web
- Owner: caiyunapp
- License: mit
- Archived: true
- Created: 2016-02-29T12:04:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T12:05:24.000Z (over 9 years ago)
- Last Synced: 2025-03-09T14:35:08.828Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gaia backend project template
=============================Gaia is a Python-based backend infrastructure and this repo is the backend project template.
How to create
-------------Install gaia-toolkit first, and then:
```bash
g create backend YOUR_PROJ_NAME
```How to start service
--------------------```bash
cd YOUR_PROJ_NAME
. develop
bin/start
```