https://dev.to/afrozansenjuti
https://dev.to/afrozansenjuti
How to Predict the Temperature of Any Future Day Using Time-Series (Prophet Model and Django Backend)?-A Beginner-Friendly Guide
In an earlier post, we learned how to fetch data from a source (OpenMeteo) and make some decisions based on how hot or cool the source and destination are. Last week, I was assigned with another extension of the problem - Train a simple model that f... (Link)
Read more
How to Do Periodic Tasks in a Django REST API Using Celery and Redis? - A Beginner-Friendly Guide
Today, I want to share how to solve an interesting problem I recently encountered. I was a noob to this and had to come across some concepts I had never encountered before. Here is the problem statement: Create an API where you take your friend's l... (Link)
Read more
Absolute Beginner's Guide to Deploy ML model with Flask (Part-1)
Data Science Kitty is so happily purring because she can now predict heart disease with her model (https://dev.to/orthymarjan/beginners-journey-in-machine-learning-3ei9?fbclid=IwAR02yqZ8RVT13XW1-MP66RJiNKMnHvOyhw8Dvgu2AcWPuq1kzqnjByjEc0s). She now wish... (Link)
Read more
Adding JWT Login Authentication in a React App
In recent times, one of the robust ways to authenticate a login credential is JWT authentication. Today, we will discuss how we can implement JWT authentication for a login app in React. For styling, I am using Material UI for React. Originally, I impl... (Link)
Read more