This repository is based in Yale's DH Lab PixPlot application and visualizes the collection Ernst Brunner from the photo archive of the Swiss Society for Folklore Studies.
- JavaScript 56%
- Python 21.2%
- CSS 12%
- HTML 10.8%
| phd_sgv12_pixplot | pixplot init sgv12 | |
| .gitignore | pixplot init sgv12 | |
| .python-version | pixplot init sgv12 | |
| poetry.lock | pixplot init sgv12 | |
| pyproject.toml | pixplot init sgv12 | |
| README.md | pixplot init sgv12 | |
Pia PixPlot
This repository is based in Yale's DH Lab PixPlot application and visualizes the collection Ernst Brunner from the photo archive of the Swiss Society for Folklore Studies.
Prerequisite
This repos uses:
Run Local
- Clone this repository
- Place the
outputfolder (get it from Max) inside./phd_sgv12_pixplot/ cdintophd_sgv12_pixplot, this is were the PixPlot application lives- run
python -m http.server 5000 - Open your browser and go to
http://localhost:5000/output
Deployment
To deploy copy-paste the /phd_sgv12_pixplot/output/ to a webserver.
Start from Sratch
If you want to run PixPlot again, follow these steps:
- Install Python 3.7 with
pyenv install 3.7 - Clone the pixplot repository
git clone https://github.com/YaleDHLab/pix-plot.git cdinto the directory andpoetry init- Specify
3.7as python version - And
https://github.com/yaledhlab/pix-plot/archive/master.zipas dependencies poetry env use 3.7.16creates a new venv- run
poetry install - move some of the files into the package folder
phd_sgv12_pixplot - cd into that
- then, `poetry run pixplot --images "path/to/your/images"