This repository contains flask demo applications with Postman documentations.
For all apps, Flask, Docker and MongoDB (local) are utilized.
All materials are covered in Udemy Course
This demo app checks 2 texts' similarity using spacy
This demo app predicts objects/animals in image being provided as URL. NN model is used from Tensorflow library and ResNet50 model. link
Run following command to run apps. Make sure you are inside App's dir location
sudo docker-compose build && docker-compose up