https://github.com/kiritocode1/weaviate-vec-ai-project-image-search
A vector db demo project for image search using pre requisite
https://github.com/kiritocode1/weaviate-vec-ai-project-image-search
Last synced: 23 days ago
JSON representation
A vector db demo project for image search using pre requisite
- Host: GitHub
- URL: https://github.com/kiritocode1/weaviate-vec-ai-project-image-search
- Owner: kiritocode1
- Created: 2023-08-16T10:26:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T18:44:44.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T03:46:16.468Z (about 2 years ago)
- Language: JavaScript
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README

## Weaviate client vector db project .
this is a simple project based to [weaviate's](https://weaviate.io) vector database feature .
## how to try this project out ,
this project assumes that you already know about and have installed docker and node , these are the only two things you need to run the project .
### Install links :
1. [docker desktop](https://www.docker.com/products/docker-desktop/)
2. [node.js LTS install](https://nodejs.org/en) , install LTS version .
### Steps after installing docker & node >>>
1. Clone the repo .
2. run ```npm i```
3. run ``` docker-compose up -d```
4. the project assumes you know a little bit of programming , change the image location to your liking and then check the results image for the most resembling image from the folder .
5. then run ```node app.js```
