Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yidinghan/image-hub
Image processing API service based on Sharp and nsfwjs
https://github.com/yidinghan/image-hub
Last synced: 26 days ago
JSON representation
Image processing API service based on Sharp and nsfwjs
- Host: GitHub
- URL: https://github.com/yidinghan/image-hub
- Owner: yidinghan
- License: mit
- Created: 2019-10-14T14:13:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T07:44:47.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:34:31.495Z (7 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# image-hub
[![](https://img.shields.io/docker/cloud/automated/playdingnow/imagehub?style=flat-square)](https://hub.docker.com/r/playdingnow/imagehub)
[![](https://img.shields.io/docker/cloud/build/playdingnow/imagehub?style=flat-square)](https://hub.docker.com/r/playdingnow/imagehub)Image processing API service based on Sharp and nsfwjs
基于 Sharp 和 nsfwjs 的图像处理API。
# Demo
online demo deploy at Google Cloud Run, swagger url: https://imagehub-fe4uf6dinq-uc.a.run.app/swagger
在线 demo 运行在谷歌云的 Run 服务上,文档地址:https://imagehub-fe4uf6dinq-uc.a.run.app/swagger
# Docker
Your can run this project in locally using docker
你可以使用 docker 在本地运行本项目
```sh
docker run -p 3000:3000 --name imagehub playdingnow/imagehub:v1.2.1
```then open `127.0.0.1:3000/swagger` to view the API documents
然后打开 `127.0.0.1:3000/swagger` 查看 API 文档