Find the perfect car for you !


How many times did you see a wonderful car without being able to name it ?

Our application wants to help you to name the cars you want, give you many information about them. Then, you will have everything you need to buy them ! Even if you are a car lover, there are too much cars in the world and you can't know all of them. Our Artifical Intelligence will recognize cars with your camera and will send you all the data you need such as its power, its price and way more.


Our application will use a great database with many cars and their information. Then, it will use your camera thanks to your pictures or videos. The artificial intelligence will recognize the car in front of you and send you the data.



Ressources to code this application


Our Artificial Intelligence will need a great database. The idea is to give many pictures of different cars with data such as brand, name, price to a computer. Then, we will need machine learning and an algorithm which will discover and analyze our database, and recognize the new picture our customers will take. This algorithm will use ml5.js and a function to classify image in the database : ImageClassifier().


Code with a pre-trained model

First, code your html

Source : Cours Designing With Web

Then, code the Javascript to create the algorithm with ml5

source : Cours Designin With Web


You can also include this code to use your camera and recognize videos.

Source


Here is an example of the result with a pre-trained algorithm :


Create and use your own database

To improve the algorithm and the application, it will be needed to personalize the database and create the own database for this app. This video could help you to make it. The more pictures you will have, the better the algorithm will be.




What about the market ?

The main competitor seems to be ScanAuto, nevertheless, it doesn't do exactly the same. It uses our camera to scan a numberplate and give all the data you need about the car. It is not really to discover the car but more about the security when you are going to buy it, to be sure if it is not stolen, if you pay the good price and more data.

Source



Sources to help you