All Projects → nwhacks-loki → loki

nwhacks-loki / loki

Licence: other
Proof-of-concept of emotion-targeted content delivery using machine learning and ARKit.

Programming Languages

swift
15916 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to loki

Facerecognition In Arkit
Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
Stars: ✭ 768 (+910.53%)
Mutual labels:  arkit, coreml
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+556.58%)
Mutual labels:  arkit, coreml
Gesture Recognition 101 Coreml Arkit
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Stars: ✭ 278 (+265.79%)
Mutual labels:  arkit, coreml
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+63.16%)
Mutual labels:  arkit, coreml
Coreml In Arkit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
Stars: ✭ 1,534 (+1918.42%)
Mutual labels:  arkit, coreml
Arkit Sampler
Code examples for ARKit.
Stars: ✭ 1,334 (+1655.26%)
Mutual labels:  arkit, coreml
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+4277.63%)
Mutual labels:  arkit, coreml
Ios Learning Materials
📚Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (+1715.79%)
Mutual labels:  arkit, coreml
Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (+138.16%)
Mutual labels:  arkit, coreml
WhoAreYou
Face detection and recognition with CoreML and ARKit
Stars: ✭ 91 (+19.74%)
Mutual labels:  arkit, coreml
icestick-lpc-tpm-sniffer
FPGA-based LPC bus sniffing tool for Lattice iCEstick Evaluation Kit
Stars: ✭ 41 (-46.05%)
Mutual labels:  security-vulnerability
HandMR
スマホVR(cardboard)・だんグラ上で、ハンドトラッキングを行うためのUnityアセット
Stars: ✭ 15 (-80.26%)
Mutual labels:  arkit
soxan
Wav2Vec for speech recognition, classification, and audio classification
Stars: ✭ 113 (+48.68%)
Mutual labels:  emotion-recognition
CoreMLDemo
CoreML.framework Demo App
Stars: ✭ 42 (-44.74%)
Mutual labels:  coreml
STEP
Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits
Stars: ✭ 39 (-48.68%)
Mutual labels:  emotion-recognition
arkit-demo
a demo project for ARKit; detects planes, and adds cubes to the scene when tapping on a detected plane
Stars: ✭ 12 (-84.21%)
Mutual labels:  arkit
AIBud
An experimental CreateML project for predicting playing musical key and scale in realtime
Stars: ✭ 18 (-76.32%)
Mutual labels:  coreml
ai-cms
Free and open source Manga CMS (Deprecated!)
Stars: ✭ 35 (-53.95%)
Mutual labels:  security-vulnerability
fabric8-analytics-vscode-extension
Red Hat Dependency Analytics extension
Stars: ✭ 125 (+64.47%)
Mutual labels:  security-vulnerability
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-72.37%)
Mutual labels:  arkit

Banner

Loki presents a news feed to the user much like other popular social networking apps. However, in the background, it uses iOS' ARKit to gather the user's facial data. This data is piped through a neural network model we trained to map facial data to emotions. We use the currently-detected emotion to modify the type of content that gets loaded into the news feed.

We were inspired to build Loki to illustrate the plausibility of social media platforms tracking user emotions to manipulate the content that gets shown to them.

Loki was a hackathon project created by Lansi Chu, Kevin Yap, Nathan Tannar, and Patrick Huber during nwHacks 2018.

For more info, please see the Medium post here

Demos and Screenshots

Loki_Split_Screen_Demo

Loki_Presentation_Demo

Screenshots

Usage

Running the backend server requires Python 2 and Postgres 9.4+. The backend expects a local Postgres database called loki; otherwise, the URL to a remote database instance must be provided via an environment variable.

$ export DATABASE_URL="postgresql://user:pass@host:port/dbname"
$ cd flask-backend
$ pip install -r requirements.txt
$ python app.py

Tech Stack

TechStack

Credits

Logo courtesy of Casmic Lab.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].