Skip to content

๐Ÿ‘ an experimental web app that adjusts text size based on user position.

License

Notifications You must be signed in to change notification settings

gmlunesa/fareye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

fareye

fareye is a TensorFlow-based experimental web app that adjusts text size based on user position.

Demo

A demo is available at https://gmlunesa.com/fareye-static

  • Please make sure your 2 eyes are visible.
  • Please allow camera permissions for browser.

Frameworks

  • Tensorflow.js
    • Tensorflow.js is an open source Javascript library for numerical computation and large-scale machine learning.
  • ml5.js
    • ml5.js is a Javascript wrapper built on top of Tensorflow, that makes development easier.
  • p5.js
    • p5.js is a JavaScript library that provides video and canvas tools.

Features and Usage

Real time distance approximation

The calculations of the distance between the camera and the subject is executed real time. Hence, the size of the text on the web app automatically adjusts, without any additional keyboard strokes or mouseclicks.

Check the deployed website to try it.

Development

Clone the repository

$ git clone https://github.com/gmlunesa/fareye.git

Change the directory to the cloned repo folder and install npm dependencies

$ npm install

Run command to start the server

$ node index.js

Open the browser and go to the following address:

localhost:8000

Inquiries

For any questions or clarifications, please see my contact details at https://gmlunesa.com/contact.

For issues, please file them here.

Node

About

๐Ÿ‘ an experimental web app that adjusts text size based on user position.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published