-
Notifications
You must be signed in to change notification settings - Fork 10
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
- Python
- Flask
- Exif metadata extractor
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