https://github.com/weaviate-tutorials/image-search-angular
https://github.com/weaviate-tutorials/image-search-angular
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/image-search-angular
- Owner: weaviate-tutorials
- Created: 2023-06-01T09:52:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T10:55:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T18:11:26.707Z (over 1 year ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeaviateImageSearch
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
# Weaviate Deployment
You need to Docker to deploy an instance of the database and the CLIP ML model for image processing.
To deploy, run:
```
docker-compose up -d
```
By default the database should run on [http://localhost:8080/v1](http://localhost:8080/v1)
To take it down, run:
```
docker-compose down
```
## Learn more
* [Weaviate docs](https://weaviate.io/developers/weaviate)
* [CLIP Module](https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/multi2vec-clip)
* [Weaviate Search](https://weaviate.io/developers/weaviate/search)