https://github.com/jorbush/pokemon-evolution-search-engine
AI project using Weaviate (a vector database) and NodeJS
https://github.com/jorbush/pokemon-evolution-search-engine
Last synced: over 1 year ago
JSON representation
AI project using Weaviate (a vector database) and NodeJS
- Host: GitHub
- URL: https://github.com/jorbush/pokemon-evolution-search-engine
- Owner: jorbush
- Created: 2023-07-19T17:35:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T07:48:48.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:16:38.323Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=sA897O_Z2TM&ab_channel=JordiBonet
- Size: 11.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Evolution Search Engine
By passing a pokemon this program returns its evolution to you.
## Run Docker
```bash
docker-compose up -d
```
## Run App
```bash
node index.js
```