Merges data from Google Vision and K-Samsök. The result is stored in a ND-JSON file suitable for Elasticsearch bulk uploads. (This script was a onetime use case. for further use, a complete overhaul of code is necessary)
- Google Vision API-key need to be submitted in index.js
- Nodejs needs to be installed on your system. Check documentation for your Operating System at https://nodejs.org/en/
- Install Nodejs
To install required dependencies run:
npm install
npm start
- Node.JS - The framework used.
- RGBtoHSL - Node.JS library for converting RGB to HSL
- Node-Fetch - A light-weight module that brings window.fetch to Node.js
This project is licensed under the MIT License - see the LICENSE.md file for details