This repo has been forked and is now in active development at https://github.com/p-lod/PALP-Prequel.
PALP Prequel is a Flask web application that was created to help researchers prepare images for the PALP project. It uses data from Pitture e pavimenti di Pompei, PompeiiinPictures, and an ArcGIS Map. The prequel is currently hosted at https://prequel.p-lod.umasscreate.net/.
Users start by entering an location, which queries the various databases. They then can describe the images they see, such as if there's art on a specific wall and what ARC number might be relevant to it.
- Clone or download GitHub repository
pip install -r requirements.txt
- Add relevant configuration files
- Add empty images/ directory within static/
- mysql.cfg
- MYSQL username, password, database, and host; each separated by newline
- user.cfg
- site username and password, separated by newline
- My Project-1f2512d178cb.json
- Generated by Google API - just rename file
- box_config.json
- Generated by Box API - just rename file
- templates/ - HTML files that take in Flask output and display the site
- app.py - main Flask Python file
- static/css/style.css - Basic styling