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

https://github.com/caiyunapp/neural-style-web


https://github.com/caiyunapp/neural-style-web

Last synced: 26 days ago
JSON representation

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
```