Files
pkmntcg-backend/README.md
2026-01-16 18:07:23 +01:00

452 B

Bun Server

Install dependencies:

bun install

Run:

bun run src/index.ts

Python Service

Run:

venv/Scripts/Activate.ps1
python python_service/app.py

BACKEND DATA GENERATION

Update index / embeddings / ids for (new) cards:

  1. update cards in \images\cards
  2. activate venv:
venv/Scripts/Activate.ps1
  1. run python script:
 python encodeImages.py
  1. great success