Sign inSign up

stackateam/match_service

By stackateam

Updated over 6 years ago

Image
0

132

stackateam/match_service repository overview

alt text

String Match

Description

This is a Beanstalk-docker app:

docker build -t stackateam/match . --rm
docker run -p 80:8000 stackateam/match

Goal

  • From a given list of words, make a recommendation/match from whatever the user is typing.
  • Using fasttext for the word embeddings.
  • The word embeddings are given as input of Keras NN to perform a classification task.
  • Each word of the provided list represents a class.

Usage

swagger:

http://t2largematcher.eu-west-3.elasticbeanstalk.com/docs

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

over 6 years ago

docker pull stackateam/match_service