Description
This blogpost is for researchers or data scientists who ask me how to improve their software engineering knowledge. I'll talk about a particular exercise tha...
Summary
- Nov 15, 2020 • LJ MIRANDA Hello!
- In this section, I’ll talk about a roadmap leading to an ML Service, with resources that once helped me along the way Be comfortable with UNIX commands and a version-control system like Git Git is fundamental to the software development lifecycle.
- Learn how to write an API on top of your model using Flask or FastAPI For this step, the goal is to learn how to create simple web servers.
- Write a Dockerfile for your web application.