README.md: add some TODO

This commit is contained in:
Alan Orth 2024-02-26 09:21:02 +03:00
parent 05652369ad
commit 267ade7677
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ Fun proof of concept to generate random wildlife bingo cards for safaris with da
$ ./generate.py -i data/animals.csv -o out.jpg
```
# TODO
- Credit photographers — these photos are all some variation of CC-BY so we need to give attribution
- Add filtering by region — the metadata already exists, though perhaps needs to be adjusted
- Refactor — perhaps needs to be more object oriented
- Make a web frontend — I can imagine a light frontend that would shuffle the images in realtime and allow generation of a number of cards
# License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).