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:
- update cards in
\images\cards - activate venv:
venv/Scripts/Activate.ps1
- run python script:
python encodeImages.py
- great success
Description
Languages
Python
79.5%
TypeScript
20.5%