An open API service indexing awesome lists of open source software.

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

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
```