Identify which character from Brooklyn Nine Nine you look like using AI

Below is a free classifier to identify which character from Brooklyn Nine Nine you look like. Just upload your image, and our AI will predict which character you look like - in just seconds.

which character from Brooklyn Nine Nine you look like identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("which-character-from-brooklyn-nine-nine-you-look-like", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/which-character-from-brooklyn-nine-nine-you-look-like/invoke', {
    method: 'POST',
    headers: {
        'Authorization': 'Bearer ' + 'YOUR_BEARER_TOKEN',
        'Content-Type': 'application/json',
    },
    body: JSON.stringify(
        {"data": "your_image_url"}
    )
})
.then(response => response.json())
.then(data => console.log(data));
            

curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_BEARER_TOKEN" \
    -d '{"data": "your_image_url"}' \
    https://www.nyckel.com/v1/functions/which-character-from-brooklyn-nine-nine-you-look-like/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict which character you look like.

This pretrained image model uses a Nyckel-created dataset and has 15 labels, including Jake Peralta, Amy Santiago, Raymond Holt, Rosa Diaz, Terry Jeffords, Gina Linetti, Charles Boyle, Captain Holt, Adrian Pimento and Scully.

We'll also show a confidence score (the higher the number, the more confident the AI model is around which character you look like).

Whether you're just curious or building which character from Brooklyn Nine Nine you look like detection into your application, we hope our classifier proves helpful.

Recommended Classifiers

Need to identify which character from Brooklyn Nine Nine you look like at scale?

Get API or Zapier access to this classifier for free. It's perfect for:



  • Social Media Engagement: This function can be integrated into social media platforms, allowing users to upload selfies and receive a character likeness result. By sharing their results, users can spark conversation and encourage viral interactions, driving more traffic to the platform.

  • Marketing Campaigns: Brands can utilize the identification feature in targeted promotional campaigns to engage fans of Brooklyn Nine-Nine. By offering personalized results and unique content based on the character likeness, brands can enhance customer involvement and loyalty.

  • Fan Interaction at Events: At fan conventions or dedicated shows, this feature could be set up as a fun booth where attendees find out which Brooklyn Nine-Nine character they resemble. This interactive experience can boost attendance and create memorable moments for fans.

  • Customized Merchandise: Online stores could implement the function to suggest personalized merchandise based on the character identified from a photo. Customers can order t-shirts, mugs, or other items featuring their matched character, leading to increased sales through personalized shopping experiences.

  • Personality Quizzes and Challenges: Websites and apps can include the function as part of interactive personality quizzes or challenges. Users could answer questions that complement their image results, deepening engagement and providing shareable content.

  • Employee Engagement in Companies: Organizations can use this feature in employee engagement activities where team members discover which character they resemble. This could foster team bonding through fun discussions and can be used as an icebreaker in training sessions or meetings.

  • Themed Parties and Events: Event planners can use this functionality to create themed parties or team-building events. Participants can come dressed as their identified character, enhancing the atmosphere and providing an entertaining way for guests to connect and socialize.

Want this classifier for your business?

In just minutes you can automate a manual process or validate your proof-of-concept.

Get Access