Machine learning if explained in a single line is the set of rules that the system automatically generates to solve a problem based on certain patterns in the data. The machine learning problems can be classified into three main categories:
Machine learning models are greatly influenced by the features of our data.
All machine learning models take certain input and generate certain output which depends upon the type of problem…
This post is about creating a flutter login working with an API, I made the API in Django with the help of DRF (please read them: post #1, post #2 before this post in case you want to develop the API as well). This post will be about the flutter application that will function with that API. We are going to create an application to allow a user to log in and log out.
You can also view the source code at this repo.
To follow along with the post, you need to have flutter installed (refer: https://flutter.dev/docs/get-started/install)…
This series of posts intends to develop a flutter signup/login app working with API calls to Django backend. The idea is to use the DRF to create APIs which can be called by the flutter application. Most of the tutorials I have seen only talk about doing it with Firebase. Since I already will be using PostgreSQL for the Django, I intend on using that as my server DB and using SQLite with the Flutter Application to store just the Auth token and Username.
I assume people reading this post already know about it but still just an introduction:
Amartya Gaur I am a machine learning enthusiast and an experienced Django developer