Remove meetings index.html
article thumbnail

Containerization of Machine Learning Applications

Heartbeat

The machine learning (ML) lifecycle defines steps to derive values to meet business objectives using ML and artificial intelligence (AI). The app directory is as follows: ├── Dockerfile ├── Procfile ├── app.py ├── pipeline.pkl ├── requirements.txt ├── static │ ├── containers.jpg │ └── style.css ├── templates │ └── index.html └── wsgi.py