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

https://github.com/fernandezfran/deployment

deployment of machine learning models
https://github.com/fernandezfran/deployment

deployment machine-learning plant-seedlings-classification titanic-survival

Last synced: 5 months ago
JSON representation

deployment of machine learning models

Awesome Lists containing this project

README

          

# deployment

this repo contains the assignment activities of the udemy course
[Deployment of Machine Learning models](https://www.udemy.com/course/deployment-of-machine-learning-models/)
(their [repo](https://github.com/trainindata/deploying-machine-learning-models/))
and some extra work with the well known titanic survival dataset

- in [this branch](https://github.com/fernandezfran/deployment/tree/research-and-development)
is the research and development of the model
- in [this other branch](https://github.com/fernandezfran/deployment/tree/production-model-package)
is the production of the model package with continuous integration using ghactions
- the deployed serving application using the previous develped model package and
docker as container can be found [here](https://github.com/fernandezfran/deployment/tree/model-serving-api)
- at last, there is an [extra branch](https://github.com/fernandezfran/deployment/tree/cnn-with-big-data)
with the section of deep learning model with big data using the v2 plant seedlings
dataset