Remove radio index.html
article thumbnail

Containerization of Machine Learning Applications

Heartbeat

The app directory is as follows: ├── Dockerfile ├── Procfile ├── app.py ├── pipeline.pkl ├── requirements.txt ├── static │ ├── containers.jpg │ └── style.css ├── templates │ └── index.html └── wsgi.py It includes an index.html file, which defines our application’s web page structure and content. ', port = port) Our flask app — app.py