Skip to content

debkbanerji/pokemon-decklist-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Decklist Detector

Deployed at decklist.debkbanerji.com

Useful Commands

# Data fetching
# From 'data_fetcher'
pip install -r requirements.txt
python fetch_data.py
# Running/building the UI, after the data has been fetched
# From 'client'
npm install
npm run dev
npm run build
# Deploying the built UI to an S3 bucket
# From 'client/dist'
aws s3 sync . s3://bucket-name-here

About

Use computer vision to create your decklist for Pokemon TCG events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published