{"id":18028523,"url":"https://github.com/interactivetech/arsmartkitchen","last_synced_at":"2026-01-18T01:35:39.544Z","repository":{"id":74751935,"uuid":"113883009","full_name":"interactivetech/ARSmartKitchen","owner":"interactivetech","description":"MVP of a novel augmented reality system for the kitchen!","archived":false,"fork":false,"pushed_at":"2017-12-11T16:46:40.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T05:25:18.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interactivetech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-11T16:37:17.000Z","updated_at":"2017-12-11T16:37:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0aaafedd-fdf4-4699-ba22-da3d964079bf","html_url":"https://github.com/interactivetech/ARSmartKitchen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FARSmartKitchen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FARSmartKitchen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FARSmartKitchen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FARSmartKitchen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interactivetech","download_url":"https://codeload.github.com/interactivetech/ARSmartKitchen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249601,"owners_count":20908211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T08:42:25.778Z","updated_at":"2026-01-18T01:35:39.528Z","avatar_url":"https://github.com/interactivetech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AR Smart Kictchen\n\n\nHere is the repo that contains our code for the AR SmartKictchen system\n\nRepo and link to mobile app repo will be soon!\n\nWe propose a novel multi-modal AR system that combines both mobile and pro-cam display technologies. By combining mobile and pro-cam systems will not only remove each display’s limitations, but complement each other’s usability strengths to provide longer, higher-fidelity AR usage. We apply this contribution in the form of a smart kitchen application, that allows users to be provided instant cooking recommendations and intuitive instructions to prepare dishes. We evaluate our system on several participants, and discuss the potential this system brings for widespread adoption of AR.\n\nTo view code of interface go to the apps/blocks/ directory to view implementation of paper tracking and interface.\n\nThis is an extension of the papart-examples library.\n\nView this google doc link for additional setup details: https://docs.google.com/a/cornell.edu/document/d/1HuVHpPZ54eJkuTXSEuvP3Q16-amdLvAk9qECohIcMVI/edit?usp=sharing\n\n\n\n\n# Papart library examples\n\nHere are the Papart examples, to show atomic features.\nPapart stands for PAPer Augmented Reality Toolkit. The core library is \navailable on this [repository](https://github.com/poqudrof/papart).\n\n## PapARt 1.0 is out. \n\nThe first big release is out. We look forward for feedback and issue reports. We will enhance the guides and create tutorials, and for this any help will be appreciated ! \n\n**2017 update: PapARt is now working on Windows, OSX, Linux and Raspberry Pi.**\n\n### Video:\n[![](https://github.com/poqudrof/PapARt/blob/master/video_screenshot.png?raw=true)](https://youtu.be/bMwKVOuZ9EA)\n\n## Quick start guide\n\nPapARt is a [Processing](http://processing.org) library, and it requires many other libraries to work. The smaller ones are included, and the heavy ones are separated.\nCurrent version of Processing: 3.2.3 . Any higher version of Processing 3 should work. Processing 2, and 1 are not supported anymore.  \n\n### Step 1 \n* Download and install Processing  3.2.3.\n* Run it once so that it creates a sketchbook folder (Processing folder for OSX and Windows).\n\n### Step 2 \n \n* Get the [PapARt library](http://jiii.fr/papart/libraries/PapARt-default.tgz), or check out our [version list](https://github.com/poqudrof/Papart-examples/wiki/PapARt-versions).\n* Get the [other libs](http://jiii.fr/papart/libraries/libraries.zip): a collection of libraries for math, network, 3D, and GUI. It includes well known Processing libraries: PeasyCam, OSCP5, Video, Toxiclibs. And custom ones: SVGExtended, ProcessingTUIO, Skatolo, GuiModes, and Reflections. \n* Get JavaCV for your platform [Windows](http://jiii.fr/papart/libraries/javacv-windows-x86_64.tgz), [Linux x86_64](http://jiii.fr/papart/libraries/javacv-linux-x86_64.tgz), [Mac OSX](http://jiii.fr/papart/libraries/javacv-macosx-x86_64.tgz). Experimental: [armhf / Raspberry pi](http://jiii.fr/papart/libraries/javacv-linux-armhf.tgz), [android](http://jiii.fr/papart/libraries/javacv-android-arm.tgz)\n\n### Step 3 \n\nUnpack and install **all** the libraries to your sketchbook/library directory. If you are not sure how to install a library follow the  [official processing guide](https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library). \n\n### Step 4\n\nIt's ready to work ! You can try it with a [webcam](https://github.com/poqudrof/Papart-examples/wiki/quick%20start%20webcam) for your first use.\n\n\n## Research project\n\nThis library and examples are the result of research projects from Inria and Bordeaux University. \n\n* Inria project : [website](https://project.inria.fr/papart/fr/)\n\nVideo from the research project:\n\n[![](https://github.com/potioc/Papart-examples/blob/master/screenshot2.png?raw=true)](https://youtu.be/ZBndzLAM5I8)\n\n## Copyright\n\nThis code is propriety of Inria and Bordeaux University.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivetech%2Farsmartkitchen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteractivetech%2Farsmartkitchen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivetech%2Farsmartkitchen/lists"}