Commit Graph

24 Commits

Author SHA1 Message Date
Ashik K db93a4e843 Add python script for adding "Materials" and "Dimensions" to the csv file
- By fething the xml for the artefact using the API and parsing it
2023-04-16 10:12:55 +02:00
Ashik K c714573520 add support for running title generator only for part of a file 2023-04-06 20:56:18 +02:00
Ashik K 343a7b5fe7 improve the prompt 2023-04-06 19:35:52 +02:00
Ashik K f616567155 Fix for using turbo model and other minor cleanups 2023-04-06 17:31:20 +02:00
Ashik K 08e711074f wip2: title generation with OpenAI 2023-04-06 17:02:31 +02:00
Ashik K 16328b5a53 wip: summarize the title using OpenAI 2023-04-06 16:33:57 +02:00
Ashik K d15c113854 add vscode file to .gitignore 2023-04-04 14:26:11 +02:00
Ashik K b3a33bb137 clang-format 2023-04-04 14:25:15 +02:00
Ashik K d9cf6f02df param n is num of files not records 2023-04-04 14:14:58 +02:00
Ashik K 7c6d4f60f3 add getopt() parsing to parser.cc 2023-04-04 14:10:13 +02:00
Ashik K 306a2c1cc8 minor cleanup 2023-03-27 08:47:46 +02:00
Ashik K 3f8c068cfe Add .gitignore 2023-03-27 08:35:02 +02:00
Ashik K d9e065e6cf Make number of records to fetch a command line argument. 2023-03-26 10:26:58 +02:00
Ashik K 24b4a49cc7 Update help text on wrong usage 2023-03-26 10:01:38 +02:00
Ashik K 46782d89e4 Command line argument parsing with getopt - for fetcher 2023-03-26 09:59:04 +02:00
Ashik K dc989c1892 Make exhibition id a command line argument for fetcher
- to make the program more general and can be used for multiple exhibitions
2023-03-25 18:17:59 +01:00
Ashik K 3ad2a5f201 Parse unique_id and generate item url link
- also add it to csv
2023-03-20 18:34:09 +01:00
Ashik K 780c8be1e6 Fix README.md formatting 2023-03-11 21:05:53 +01:00
Ashik K 377ef52e46 Rename extensions for README and license 2023-03-11 17:31:25 +01:00
Ashik K 2a24be6bae Add LICENSE file 2023-03-11 17:26:09 +01:00
Ashik K f312cb7982 Add README 2023-03-11 16:29:01 +01:00
Ashik K 73533fd0ae Make the parser a 2 pass system
- first run parser with --download
- then run the exif script
- finally run parser without any flags
2023-03-11 16:28:50 +01:00
Ashik K 0727f60927 Add C++ code and tooling for exif data genaration 2023-03-11 16:28:38 +01:00
Ashik K b887e35554 wip: fetcher and parser for Wikimedia museum data project 2023-03-11 15:32:28 +01:00