Coder Social home page Coder Social logo

facewallbot's Introduction

Facewall Studio Logo

Facewall Studio

Facewall Studio is a tool for labeling and printing photos of faces. It's used to maintain a physical database of BTU Lab members. Instead of tasking a single person to label every person's photo with their name and affiliation, each member is in control of their photo and respective labels, getting rid of needless busy-work!

Facewall's many faces

Setup

Preamble

Facewall Studio is built as a web app, with the original intention to be wrapped with Electron to turn it into a desktop app. In it's current state, Electron is not used. Instead a startup script is used to host the app via python's SimpleHTTPServer on startup. Ideally this is a temporary solution.

Dependencies

Facewall Studio's only dependency is Python, if you intend to run it as described below. Otherwise, you can host it as a regular webpage.

Running Facewall Studio

You can run Facewall Studio locally by running the following in the main directory:

python -m SimpleHTTPServer

Startup Script

To have Facewall Studio accessible without always running the SimpleHTTPServer command, a startup script (startup.sh) is used.

To run this at startup on OSX, place com.facewallstudio.app.plist in the /Library/LaunchDaemons directory. You'll need to replace line 10 (/PATH/TO/STARTUP.SH) [with the path to startup.sh

Usage

Open a web browser (Facewall Studio was mainly tested in Google Chrome) and navigate to localhost:8000 (or another port number, if you specified one in startup.sh)

After pressing the "Get Started" button, instructions will appear at the bottom of the screen.

Known Bugs

There is an issue with the taken picture being resized incorrectly for certain webcam resolutions. This has to do with the size of the "camera" div, which is initially hard-coded to 1280x720 at line 29 in studio.html

On the labeling screen, the picture preview isn't centered on the screen.

Acknowledgments

Facewall Studio was made possible by the following frameworks and libraries:

Bootstrap

FabricJS

WebcamJS

facewallbot's People

Contributors

slsp8752 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.