Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 322 Bytes

Crisismap Backend

Prepare data

Put the following files to toponyms/word2vec directory:

  • 100-sg-hs-joint.model
  • wiki-100.model

Run add in Docker

Make sure Docker is installed, then run the following command:

docker-compose up

Rebuild image after making changes

docker-compose build