All Projects → DanRuta → WebSight

DanRuta / WebSight

Licence: other
Aiding the visually impaired through real time augmented reality, AI object detection, WebGL shaders effects such as edge detection, and colour adjustments.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to WebSight

Webxr Polyfill
A polyfill and example code for building augmented reality (AR) and virtual reality (VR) applications using WebXR.
Stars: ✭ 227 (+773.08%)
Mutual labels:  vr, ar
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-23.08%)
Mutual labels:  vr, ar
Webxr Emulator Extension
WebXR emulator extension
Stars: ✭ 231 (+788.46%)
Mutual labels:  vr, ar
Stereokit
An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!
Stars: ✭ 195 (+650%)
Mutual labels:  vr, ar
YUXI-Mixed-Reality-Hardware-Toolkit
YUXI: The Mixed Reality Hardware Toolkit makes it easier to get started bridging the physical and digital using sensors and actuators to create interactions with VR/AR/MR content.
Stars: ✭ 21 (-19.23%)
Mutual labels:  vr, ar
Xrtk Core
The Official Mixed Reality Framework for Unity
Stars: ✭ 219 (+742.31%)
Mutual labels:  vr, ar
Polymer
🎨 graphics + interaction engine
Stars: ✭ 243 (+834.62%)
Mutual labels:  vr, ar
Spheroidscript
Stars: ✭ 138 (+430.77%)
Mutual labels:  vr, ar
StyleSight
Browser based 'real-time' AR 'fast' neural style transfer using tensorflowjs
Stars: ✭ 15 (-42.31%)
Mutual labels:  vr, ar
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+253.85%)
Mutual labels:  vr, ar
Openbrushvr
Unity VR & AR Painting in 3d space for the Vive and Tango and ARKit
Stars: ✭ 180 (+592.31%)
Mutual labels:  vr, ar
awesome-3d
Awesome list of 3D resources. AR/MR/VR is the future, and 3D model is the basics of all of them.
Stars: ✭ 42 (+61.54%)
Mutual labels:  vr, ar
Vimeo Unity Sdk
Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
Stars: ✭ 159 (+511.54%)
Mutual labels:  vr, ar
Webar Article
WebAR-Article is a responsive and information rich website that is progressively enhanced with Augmented Reality content exposed through experimental web technologies.
Stars: ✭ 225 (+765.38%)
Mutual labels:  vr, ar
Arcore
ARCore Course
Stars: ✭ 148 (+469.23%)
Mutual labels:  vr, ar
Three.ar.js
A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
Stars: ✭ 2,702 (+10292.31%)
Mutual labels:  vr, ar
Model viewer.dart
A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
Stars: ✭ 134 (+415.38%)
Mutual labels:  vr, ar
Dxr
DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short.
Stars: ✭ 134 (+415.38%)
Mutual labels:  vr, ar
awesome-webxr
All things WebXR.
Stars: ✭ 117 (+350%)
Mutual labels:  vr, ar
spark-convolution-patch
Convolution and other super-patches (blur, sharpen)
Stars: ✭ 74 (+184.62%)
Mutual labels:  convolution, edge-detection

WebSight

Aiding the visually impaired through real time augmented reality via AI object detection and WebGL shaders effects such as edge detection, and colour adjustments.

To aid designers, the major colour blindness types can also be simulated through shader configurations.

Article: https://medium.freecodecamp.org/how-you-can-use-ai-ar-and-webgl-shaders-to-assist-the-visually-impaired-3df5bdf3b3e2

Research paper link: https://dl.acm.org/citation.cfm?doid=3192714.3196319

Live PWA demo: https://websight.danruta.co.uk/


Today, about 4% of the world’s population are visually impaired. Navigation and pathfinding are issues they have to deal with every day and are problems for which many imperfect, unintuitive solutions exist.

For many years, operating systems, applications and websites have provided assistive functionality through overlay filters such as high contrast mode, and inverted colours.

What if we took that concept and applied it to their lives outside of web surfing?

WebSight is a small experiment that uses highly configurable WebGL shaders in phone based VR video feeds, to help give visually impaired people a new perspective on life.


To develop

npm install the dependencies and run grunt to minify the code as you go.

To run

You must serve this via the included server.js file which you can run with node.js.

Citation

@inproceedings{Ruta:2018:WUA:3192714.3196319,
    author = {Ruta, Dan and Jordan, Louis and Fox, Tom James and Boakes, Rich},
    title = {WebSight: Using AR and WebGL Shaders to Assist the Visually Impaired},
    booktitle = {Proceedings of the Internet of Accessible Things},
    series = {W4A '18},
    year = {2018},
    isbn = {978-1-4503-5651-0},
    location = {Lyon, France},
    pages = {9:1--9:2},
    articleno = {9},
    numpages = {2},
    url = {http://doi.acm.org/10.1145/3192714.3196319},
    doi = {10.1145/3192714.3196319},
    acmid = {3196319},
    publisher = {ACM},
    address = {New York, NY, USA},
    keywords = {AR, Augmented Reality, PWA, VR, Virtual Reality, WebGL, accessibility, impaired, shaders, visually, web, websight},
}
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].