All Projects → GantMan → enjoytheshow

GantMan / enjoytheshow

Licence: MIT license
Real-time facial expression gathering

Programming Languages

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

Projects that are alternatives of or similar to enjoytheshow

Nsfwjs
NSFW detection on the client-side via TensorFlow.js
Stars: ✭ 5,223 (+16221.88%)
Mutual labels:  tensorflowjs, tensorflow-js
voterocket-lab
AWS Summit Dev Labs: Build a modern serverless web application in minutes using the AWS Amplify Framework
Stars: ✭ 23 (-28.12%)
Mutual labels:  amplify, appsync
aws-appsync-iot-core-realtime-dashboard
This sample application demonstrates a React based web dashboard receiving real-time updates from IoT sensors. The solution is built with AWS AppSync, AWS Amplify, Amazon Location Service, and AWS IoT Core technologies.
Stars: ✭ 75 (+134.38%)
Mutual labels:  amplify, appsync
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+40.63%)
Mutual labels:  tensorflowjs, tensorflow-js
aws-serverless-fullstack-swift-apple-carplay-example
This application demonstrates a full-stack Apple CarPlay app that uses Swift for both the UI and the backend services in AWS. The app accesses Lambda functions written in Swift and deployed from Docker images. The app accesses Amazon Location Service and a 3rd party weather api to display information in the vicinity of the user.
Stars: ✭ 84 (+162.5%)
Mutual labels:  amplify, appsync
react-amplify-appsync-files-s3
An example project showing how to upload and download public and private images in GraphQL using AppSync and S3
Stars: ✭ 69 (+115.63%)
Mutual labels:  amplify, appsync
js-gym
Reinforcement learning in JavaScript & Node.js
Stars: ✭ 50 (+56.25%)
Mutual labels:  tensorflowjs, tensorflow-js
tensorflowjs-remove-background
Remove Background from the picture using WebAssembly & TensorFlow.js
Stars: ✭ 79 (+146.88%)
Mutual labels:  tensorflowjs
stackml-js
Machine Learning platform in-browser for creators
Stars: ✭ 34 (+6.25%)
Mutual labels:  tensorflowjs
nextjs-with-aws-appsync
Demo of a working Next.js with AWS AppSync example
Stars: ✭ 31 (-3.12%)
Mutual labels:  appsync
ai-lab
Library of components for TensorFlow.js in web frameworks.
Stars: ✭ 41 (+28.13%)
Mutual labels:  tensorflowjs
serverless-stack-demo-user-mgmt-client
Source for demo app client with user management in Serverless-Stack.com
Stars: ✭ 41 (+28.13%)
Mutual labels:  amplify
StyleSight
Browser based 'real-time' AR 'fast' neural style transfer using tensorflowjs
Stars: ✭ 15 (-53.12%)
Mutual labels:  tensorflowjs
poseparty
A social exercise game you can play while social distancing.
Stars: ✭ 25 (-21.87%)
Mutual labels:  tensorflowjs
nanodet
NanoDet: Tiny Object Detection for TFJS and NodeJS
Stars: ✭ 19 (-40.62%)
Mutual labels:  tensorflowjs
anomagram
Interactive Visualization to Build, Train and Test an Autoencoder with Tensorflow.js
Stars: ✭ 152 (+375%)
Mutual labels:  tensorflowjs
language-modeling
This is machine learning model that is trained to predict next word in the sequence. Model is defined in keras and then converted to tensorflow-js model for the web, check the web implementation at
Stars: ✭ 47 (+46.88%)
Mutual labels:  tensorflowjs
photo-sharing-website
Static pre-rendered photo-sharing website
Stars: ✭ 33 (+3.13%)
Mutual labels:  amplify
webcam-object-detection
Tensorflow.js webcam object detection in React
Stars: ✭ 24 (-25%)
Mutual labels:  tensorflow-js
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (-40.62%)
Mutual labels:  tensorflowjs

Enjoying The Show

Animated demo

Real-time AI facial expression gathering with Amplify GraphQL and TensorFlow.js

This app uses face-api to gauge your facial expression, and then sends all faces in a particular URL or (room) to a "Watch" page. The watch page summarizes all the faces to a single Victory Pie chart.

To deploy

You can deploy this app and the back end infrastructure in one of two ways:

  1. The Amplify CLI
  2. One click deploy button

Amplify CLI

  1. First install and configure the Amplify CLI.

For a complete walkthrough of how to configure the CLI, see this video

$ npm install -g @aws-amplify/cli
$ amplify configure
  1. Clone the repo, install dependencies
$ git clone https://github.com/GantMan/enjoytheshow.git
$ cd enjoytheshow
$ npm install
  1. Initialize the app
$ amplify init

? Enter a name for the environment: dev (or your preferred env name)
? Choose your default editor: (your preferred editor)
? Do you want to use an AWS profile? Yes
? Please choose the profile you want to use: your-profile-name

? Do you want to configure Lambda Triggers for Cognito? No
  1. Deploy the back end
$ amplify push --y
  1. Run the app
$ npm start

One click deploy

amplifybutton

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

share card

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].