An open API service indexing awesome lists of open source software.

https://github.com/emmanuel-dominic/devops-microservices-kubernetes

Project having a pre-trained, sklearn model that has been trained to predict housing prices in Boston according to several features, such as average rooms in a home and data about highway access, teacher-to-pupil ratios, and so on. This project tests your ability to operationalize a Python flask app in a provided file, `app.py` that serves out predictions (inference) about housing prices through API calls. This project could be extended to any pre-trained machine learning model, such as those for image recognition and data labeling.
https://github.com/emmanuel-dominic/devops-microservices-kubernetes

ci-cd circleci data-analysis-python devops docker kubernetes microservices

Last synced: 6 months ago
JSON representation

Project having a pre-trained, sklearn model that has been trained to predict housing prices in Boston according to several features, such as average rooms in a home and data about highway access, teacher-to-pupil ratios, and so on. This project tests your ability to operationalize a Python flask app in a provided file, `app.py` that serves out predictions (inference) about housing prices through API calls. This project could be extended to any pre-trained machine learning model, such as those for image recognition and data labeling.

Awesome Lists containing this project

README

          

# devops-microservices-kubernetes
Project having a pre-trained, sklearn model that has been trained to predict housing prices in Boston according to several features, such as average rooms in a home and data about highway access, teacher-to-pupil ratios, and so on. This project tests your ability to operationalize a Python flask app in a provided file, `app.py` that serves out predictions (inference) about housing prices through API calls. This project could be extended to any pre-trained machine learning model, such as those for image recognition and data labeling.