Flask+Pipenv+Postgres+Docker+Nginx+uWSGI
Learn how you can make your flaskapp production ready using Pipenv, uWSGI, Nginx and Docker
Learn how you can make your flaskapp production ready using Pipenv, uWSGI, Nginx and Docker
Predicting the breast tumor as either malignant or benign based on given features. We will be using SVM model and GridSearchCV
Learn how to scrape websites that have infinite scrolling
Learn and practice webscraping using scrapy
Predicting if a patient has a heart disease or not based on the given features. We will be using pipelines, cross_validation_scores and KNN model