Skip to content

Meta Data Extractor Microservice

Chirag Indi edited this page Feb 22, 2021 · 2 revisions

This service allows you to upload a file (via POST), and will store the (normally hidden) metadata that is embedded in that file to MongoDB. The service focuses on displaying the metadata from Exif images (i.e. .jpeg files).

Dependencies

Post: 12000

How to run

cd scrapbook-gateway-service

python3 -m env env # creating a virtual environment

source env/bin/activate

pip install -r requirements.txt

python app.py
Clone this wiki locally