19 lines
844 B
Markdown
19 lines
844 B
Markdown
# ambience
|
|
reverse image search and similarity search engine <br>
|
|
[How it works.md](https://github.com/qwertyforce/ambience/blob/main/how_it_works_search.md)
|
|
API Gateway for:
|
|
- (global_features_web - https://github.com/qwertyforce/global_features_web)
|
|
- (local_features_web - https://github.com/qwertyforce/local_features_web)
|
|
- (phash_web - https://github.com/qwertyforce/phash_web)
|
|
- (color_web - https://github.com/qwertyforce/color_web)
|
|
- (image_text_features_web - https://github.com/qwertyforce/image_text_features_web)
|
|
- (image_caption_web - https://github.com/qwertyforce/image_caption_web)
|
|
- (places365_tagger_web - https://github.com/qwertyforce/places365_tagger_web)
|
|
|
|
## Installation
|
|
1. Clone the repository
|
|
2. ```npm install```
|
|
## Usage
|
|
```npm run build``` -> builds .ts files
|
|
```npm run start``` -> starts the server
|