Utility for storing texts in sentence-wise approach and searching for similar sentences in a context-aware approach.
Based on BERT NLP model (bert-base-nli-mean-tokens).
- Clone repository with
git clone git@github.com:YevheniiSemendiak/text_matcher.git
; - Deploy TextMatcher with
docker-compose up --build
;
-
- Being in text_matcher/back folder hit
python3 simple_cli.py
. - Requires
pika
andpymongo
Python3 modules installed.
- Being in text_matcher/back folder hit
-
Web GUI:
- Build using Vue.js & Vuetify.js frameworks.
- Add, read texts and compare sentences.