What we do

Artificial intelligence (AI) is intelligence demonstrated by machines, as opposed to natural intelligence displayed by animals including humans. Leading AI textbooks define the field as the study of "intelligent agents", any system that perceives its environment and takes actions that maximize its chance of achieving its goals.

Some popular accounts use the term "artificial intelligence" to describe machines that mimic "cognitive" functions that humans associate with the human mind, such as "learning" and "problem solving", however this definition is rejected by major AI researchers

Handwritten Digits Recognition

Digits written by humans vary a lot in curves and sizes as they are hand-drawn and everyone’s writing is not the same. It is a great way to start artificial intelligence by building a handwritten digits recognition system that can identify the digit drawn by humans.

Lane Line Detection

Lane line detection technique is used in many self-driving autonomous vehicles as well as line-following robots. We can use computer vision techniques such as color thresholding to detect the lanes.

Optimal Path

One of the challenging tasks of AI is to find the optimal path from one place to the destination place. The project idea is to find the optimal path for a vehicle to travel so that cost and time can be minimized. This is a business problem that needs solutions.