Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 533 Bytes

ImageClassification

Docker 🐳 + MongoDB 🍀 + Flask 🍁 + Tensorflow 🎃

Run for Sentence Similarity

  1. Up the containers
cd SentenceSimilarity
sudo docker-compose build
sudo docker-compose up
  1. POST the request to localhost:/register in the POSTMAN
{"username": "mehmed", "password": "123"}
  1. POST the request to localhost:/detect in the POSTMAN
{"username": "mehmed", "password": "123", "text1":"This is a dog", "text2":"This is a human"}