aboutsummaryrefslogtreecommitdiff
path: root/backend/data/reviewImgs.py
AgeCommit message (Collapse)Author
2022-05-12Adjust reviewImgs.py to remove EXIF orientation dataTerry Truong
2022-05-07Add timing info display to reviewImgs.pyTerry Truong
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry Truong
Add backend/data/enwiki/ directory containing scripts and instructive READMEs. Adjust some other scripts to generate 'eol_ids' sqlite table separate from 'names'. Make server respond to /data/desc requests, and have client TileInfo component display response data. Also adjust .gitignore entries to be root-relative.
2022-04-30Add preferred-alt-name data to db, and use when reviewingTerry Truong
2022-04-30Add scripts for downloading/reviewing/cropping_and_resizing imagesTerry Truong
Also adjust client code to handle new format, and add backend/data/README.md explaining image production process.