Skip to content

🏷️ An AR app that detects and remembers the names of people you've met. Built at HackGT 2017 in Atlanta, GA.

Notifications You must be signed in to change notification settings

helluva/Nametag-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nametag AR

Nametag AR detects and remembers the names of people you meet.

The app listens in the background for when people introduce themselves to you. When it detects an introduction (like "Hi, I'm Jake"), it saves the person's name and an image of their face.

Once you've met somebody, Nametag AR will remember them for you. Whenever you see them again in the future, the app will overlay their name near their face so you don't forget who they are.

Watch a video demo

Screenshots

Technologies

Nametag AR has four main pieces:

  • A speech processor built with Apple's Speech framework. Continuously listens for the "Hi, I'm ___" keywords (plus other common variations).

  • A face detector built with Apple's Vision framework. Analyzes an inbound video stream to identify individual faces and crop them in to standalone images.

  • A facial match system built with Microsoft Azure's Face API and a Node.js server. Builds a repository of the faces you've seen so far compares new faces against that repository.

  • An augmented reality scene which renders informational overlays (most importantly, the names of people on screen) on top of your inbound video stream.

About

🏷️ An AR app that detects and remembers the names of people you've met. Built at HackGT 2017 in Atlanta, GA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages