Sen descrición

Min 9fd17b748a Database upload/download + more configs %!s(int64=2) %!d(string=hai) anos
web 9fd17b748a Database upload/download + more configs %!s(int64=2) %!d(string=hai) anos
.gitignore 0d5e3ea8ec initial %!s(int64=2) %!d(string=hai) anos
README.md b761e46eff Added readme %!s(int64=2) %!d(string=hai) anos
config.py 9fd17b748a Database upload/download + more configs %!s(int64=2) %!d(string=hai) anos
main.py 9fd17b748a Database upload/download + more configs %!s(int64=2) %!d(string=hai) anos
requirements.txt 0d5e3ea8ec initial %!s(int64=2) %!d(string=hai) anos

README.md

Question Matcher

Backend + website frontend for finding questions that are similar in meaning within database. Search is based on sentence transformers which are comparable to cosine-similarity. By default, a general large-instructor model is used.

Setup

Build frontend

cd web
yarn install
yarn run build

Get backend stuff

python -m venv env
source env/bin/activate 
pip install -U pip wheel
pip install -r requirements.txt

# Run
python main.py