Skip to content

Housing all generation and analyzing scripts for the gemini ai alt text project

Notifications You must be signed in to change notification settings

ClevelandMuseumArt/ai_alt_text

Repository files navigation

Cheat Sheet Execution Commands

test_gpu.py

Checks device capabilities for efficient script running:

python -m test_gpu

artwork_bulk_load.py

Download Current Collection Online Artwork Data:

python -m artwork_bulk_load

generate_alt_text.py

Gemini 3 Model with both RAG and single shot prompt, storing metrics:

python -m generate_alt_text --bulk --bulk-data-path <custom csv file path here> --gemini-credentials-file gemini-key.json --gemini-model gemini-3-pro-preview --prompt-file prompt.md --rag-directory rag_examples --with-rag --store-metrics --log-level DEBUG

analyze_results.py

Run data analysis on output csv files

python -m analyze_results output.just results_1.csv results_2.csv

About

Housing all generation and analyzing scripts for the gemini ai alt text project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages