Why I Moved My ML Model from Flask to AWS Lambda (A Student’s Guide to $0 Hosting)
Some months ago, I built a machine learning model to predict diabetes risk using the Pima Indians Diabetes dataset. It was a standard student project: a Jupyter notebook, some Scikit-learn code, and a Random Forest Classifier. It worked perfectly on my laptop. But when I wanted to deploy it so a friend could actually use…