Docker 🐳 + MongoDB 🍀 + Flask 🍁 + Tensorflow 🎃
- Up the containers
cd SentenceSimilarity
sudo docker-compose build
sudo docker-compose up
- POST the request to localhost:/register in the POSTMAN
{"username": "mehmed", "password": "123"}
- POST the request to localhost:/detect in the POSTMAN
{"username": "mehmed", "password": "123", "text1":"This is a dog", "text2":"This is a human"}