Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soruly/trace.moe-www
Anime Scene Search by Image
https://github.com/soruly/trace.moe-www
anime cbir image-search
Last synced: 3 months ago
JSON representation
Anime Scene Search by Image
- Host: GitHub
- URL: https://github.com/soruly/trace.moe-www
- Owner: soruly
- License: mit
- Created: 2021-02-13T15:29:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T01:26:25.000Z (3 months ago)
- Last Synced: 2024-10-24T16:58:08.230Z (3 months ago)
- Topics: anime, cbir, image-search
- Language: JavaScript
- Homepage: https://trace.moe
- Size: 2.59 MB
- Stars: 33
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# trace.moe-www
[![License](https://img.shields.io/github/license/soruly/trace.moe-www.svg?style=flat-square)](https://github.com/soruly/trace.moe-www/blob/master/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/soruly/trace.moe-www/docker-image.yml?style=flat-square)](https://github.com/soruly/trace.moe-www/actions)
[![Docker](https://img.shields.io/docker/pulls/soruly/trace.moe-www?style=flat-square)](https://hub.docker.com/r/soruly/trace.moe-www)
[![Docker Image Size](https://img.shields.io/docker/image-size/soruly/trace.moe-www/latest?style=flat-square)](https://hub.docker.com/r/soruly/trace.moe-www)
[![Discord](https://img.shields.io/discord/437578425767559188.svg?style=flat-square)](https://discord.gg/K9jn6Kj)Front-end website for [trace.moe](https://github.com/soruly/trace.moe)
## Getting Started
```
docker run -it --rm -p 3000:3000 ghcr.io/soruly/trace.moe-www:latest
```## Development
```
git clone https://github.com/soruly/trace.moe-www.git
cd trace.moe-www
npm install
npm run dev
```You can also use [pm2](https://pm2.keymetrics.io/) to run this in background in cluster mode.
Use below commands to start / restart / stop server.
```
npm run start
npm run stop
npm run reload
npm run restart
npm run delete
```To change the number of nodejs instances, edit ecosystem.config.json