
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