Skip to content

Flask web application that was created to help researchers prepare images for the PALP project

Notifications You must be signed in to change notification settings

p-lod/PALP-Prequel

 
 

Repository files navigation

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/.

User Workflow

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.

Integrations

Installation

  • Clone or download GitHub repository
  • pip install -r requirements.txt
  • Add relevant configuration files
  • Add empty images/ directory within static/

Configuration Files

  • 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

File Structure

  • templates/ - HTML files that take in Flask output and display the site
  • app.py - main Flask Python file; further documentation
  • static/css/style.css - Basic styling
  • static/js - Helper JS files

About

Flask web application that was created to help researchers prepare images for the PALP project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 75.4%
  • Python 8.8%
  • Vue 8.5%
  • JavaScript 3.2%
  • CSS 3.1%
  • Shell 0.9%
  • Ruby 0.1%