tgieruc / Heritage-in-the-digital-age

A Step-by-Step Guide to Augmenting Digitized Historical Images, Semester project @ CVlab & EPFL+ECAL Lab

Home Page:https://tgieruc.github.io/Heritage-in-the-digital-age/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heritage in the digital age

A Step-by-Step Guide to Augmenting Digitized Historical Images,
with the help of LAVIS, groundingDINO and Segment Anything

Semester Project @ CVlab & EPFL+ECAL Lab

Open In Colab


The project in its original state can be found here.


WebUI designed for augmenting digitized historical images by generating captions, grounding the captions and segmenting their content.

πŸ’‘ Highlights

πŸ”₯ Caption Generation

caption

πŸ”₯ Translation

translation

πŸ”₯ Preprocessing

preprocessing

πŸ”₯ Phrase Grounding

phrase grounding

πŸ”₯ Segmentation

segmentation

πŸ”₯ Visualization

visualization

Installation

  • Clone the repository and its submodules
git clone --recurse-submodules https://github.com/tgieruc/Heritage-in-the-digital-age.git
  • Install the dependencies
bash setup.sh
  • Run the server
python3 webui.py

Acknowledgements

Thanks to the following people for their help and their work:

Contact

You can reach me here 😊

About

A Step-by-Step Guide to Augmenting Digitized Historical Images, Semester project @ CVlab & EPFL+ECAL Lab

https://tgieruc.github.io/Heritage-in-the-digital-age/

License:MIT License


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%Language:Shell 0.0%