sunilkumardash.hashnode.devSimplify SQL Automation with CrewAI: A Comprehensive GuideSQL is easily one of the most important languages in the computer world. It serves as the primary means of communication with relational databases, where crucial data of most organizations is stored. SQL plays a significant role including analyzing c...Jul 8, 2024·7 min read
sunilkumardash.hashnode.devBuild and Deploy an ML model with Streamlit, Docker and GKEIntroduction You have a dataset, did extensive data analysis, and built a model around it; now, what? The next step will be to deploy the model on a server, so your model will be accessible to the general public or your development team to integrate ...Feb 23, 2023·13 min read
sunilkumardash.hashnode.devLogistic Regression From ScratchIntroduction to Logistic Regression If you are here, you are already introduced to the concept of logistic regression and probably have had your hands dirty working on different datasets. Scikitlearn’s LogisticRegression is by far the best tool to us...Feb 12, 2023·9 min read
sunilkumardash.hashnode.devJWT and Oauth2 Authentication with Fast APIIntroduction Authentication and authorization are essential concepts of API building. While building any API, it is vital to authenticate and authorize the users to access any resources. People often misuse these two terms. The difference between the...Jan 15, 2023·11 min read