Car Make and Model Detection
10 Credit Royalty
Detect cars in an image and classify make, model, body style and model year of each.
Language
Python 3.x
Metrics
API Calls - 431,756
Avg call duration -
204.91sec
Permissions
The Algorithm Platform License is the set of terms that are stated in the Software License section of the Algorithmia Application Developer and API License Agreement. It is intended to allow users to reserve as many rights as possible without limiting Algorithmia's ability to run it as a service.
Learn More
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
This allows an algorithm to compose sophisticated functionality
using other algorithms as building blocks
, however it also carries the potential of incurring additional
royalty and usage costs from any algorithm that it calls
.
This algorithm uses advanced GPU features.

Run an Example
Input
Output
[
[
{
"body_style": "Sedan",
"bounding_box": {
"bottom": 509,
"left": 19,
"right": 512,
"top": 159
},
"confidence": "0.88",
"make": "Toyota",
"model": "Corolla",
"model_year": "2016"
}
]
]
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run LgoBE/CarMakeandModelDetection/1.2.0 -d '"https://www.elaidata.com/assets/img/toyota_corolla.jpg"' --timeout 300