top of page
Search


Convolutional Neural Networks, Sample Work
This assignment is about Convolutional Neural Networks. You will do object recognition using CNN. The implementation is to be done with PyTo

Codersarts AI
2 min read


Transfer learning Work Sample
In this assignment, you will perform transfer learning. You will take a pre-trained VGG16 network and retrain it to recognize trac signs.

Codersarts AI
1 min read


Design List UI of Card View
What is List ? Android List View is a view which groups several items and display them in vertical scrollable list. The list items are...

Codersarts AI
1 min read


Reading a file with Node.js
Read file in asynchronously Read content of a file in a non-blocking is called asynchronous way. That is, to tell Node to read in the...
Contact Us
1 min read


Create API In Nodejs
Application programming interfaces (APIs) are everywhere.
They enable software to communicate with other pieces of software internal or exte
Contact Us
2 min read


Health Care App
Problem taken into consideration: The main problem in these times of COVID-19 is the connection of doctors with the patients remotely and...

Codersarts AI
2 min read


Retrieving list data from firebase inside Current User_Id
Firebase is Google's mobile application development platform that helps you build, improve, and grow your app. Here it is again in bigger...

Codersarts AI
2 min read


Date and Time Picker Range Library
Date pickers and Time pickers provide a simple way to select a single value from a pre-determined set and we can select the range of date...

Codersarts AI
2 min read


Expandable ListView Android
Android ExpandableListView Example Tutorial. In this tutorial we’ll implement an ExpandableListView which is used to group list data by cate

Codersarts AI
2 min read


Bluetooth Low Energy
You probably heard Bluetooth before maybe you using in your car while listening to your favorite music or while talking on the phone...

Codersarts AI
2 min read


Kalman tracking for multiplepoints - Sample Assignment
In this assignment you have to implement Kalman tracking for multiple points, simultaneously, through a video. The code will take a video (e

Codersarts AI
2 min read


Implement Decision Tree Classification In Java: Java Sample
This year, we are going to implement, through a succession of assignments, a simplified version of a useful machine learning technique, call

Codersarts AI
8 min read


Beginning Flutter - Intermediate - Using Common Widgets
Scaffold
App Bar
Safe Area
Container
Text
Rich Text
Column
Row
Different types of Buttons
We learn how to use the most common widget we

Codersarts AI
1 min read


Firebase Backend as a Service BaaS
Firebase is a Backend-as-a-Service — BaaS — that started as a YC11 startup and grew up into a next-generation app-development platform on...

Codersarts AI
2 min read


Different techniques for Text Vectorization.
we will be discussing various techniques to vectorize the texts in NLP.
NLP (Natural language processing) is a branch of artificial intellig
-
8 min read
bottom of page