For a Normal Machine learning Developers it is easy to develop API for there Machine learning model , what if they need to complete the task with UI to test there api’s.

They can create api with the help of Flask Service,which is super easy and light weight but we can test only via POSTMAN.

In this post i am going to say about FASTAPI,with this framework we can able to build Api fastly and we can test with UI too. that was quite easy and helpful Fast Api

.