{"id":15649580,"url":"https://github.com/gantman/enjoytheshow","last_synced_at":"2025-04-30T17:42:39.376Z","repository":{"id":43486768,"uuid":"265715525","full_name":"GantMan/enjoytheshow","owner":"GantMan","description":"Real-time facial expression gathering","archived":false,"fork":false,"pushed_at":"2023-06-01T19:48:02.000Z","size":23461,"stargazers_count":39,"open_issues_count":12,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-09T23:41:36.057Z","etag":null,"topics":["ai","amplify","appsync","aws","face-api","face-apijs","machine-learning","node","react","reactjs","tensorflow","tensorflow-js","tensorflowjs"],"latest_commit_sha":null,"homepage":"https://enjoyingthe.show/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GantMan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-21T00:26:26.000Z","updated_at":"2025-01-06T08:48:14.000Z","dependencies_parsed_at":"2024-10-03T12:31:43.284Z","dependency_job_id":"0ee011f2-79c6-4913-a15e-5bded5c2f6fc","html_url":"https://github.com/GantMan/enjoytheshow","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/GantMan%2Fenjoytheshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GantMan%2Fenjoytheshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GantMan%2Fenjoytheshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GantMan%2Fenjoytheshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GantMan","download_url":"https://codeload.github.com/GantMan/enjoytheshow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234061670,"owners_count":18773536,"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":["ai","amplify","appsync","aws","face-api","face-apijs","machine-learning","node","react","reactjs","tensorflow","tensorflow-js","tensorflowjs"],"created_at":"2024-10-03T12:30:19.903Z","updated_at":"2025-01-15T15:29:22.858Z","avatar_url":"https://github.com/GantMan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enjoying The Show\n\n![Animated demo](_art/ets.gif)\n\n## Real-time AI facial expression gathering with Amplify GraphQL and TensorFlow.js\n\nThis 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.\n\n## To deploy\n\nYou can deploy this app and the back end infrastructure in one of two ways:\n\n1. The Amplify CLI\n2. One click deploy button\n\n### Amplify CLI\n\n1. First install and configure the Amplify CLI.\n\n\u003e For a complete walkthrough of how to configure the CLI, see [this video](https://www.youtube.com/watch?v=fWbM5DLh25U)\n\n```sh\n$ npm install -g @aws-amplify/cli\n$ amplify configure\n```\n\n2. Clone the repo, install dependencies\n\n```sh\n$ git clone https://github.com/GantMan/enjoytheshow.git\n$ cd enjoytheshow\n$ npm install\n```\n\n3. Initialize the app\n\n```sh\n$ amplify init\n\n? Enter a name for the environment: dev (or your preferred env name)\n? Choose your default editor: (your preferred editor)\n? Do you want to use an AWS profile? Yes\n? Please choose the profile you want to use: your-profile-name\n\n? Do you want to configure Lambda Triggers for Cognito? No\n```\n\n4. Deploy the back end\n\n```sh\n$ amplify push --y\n```\n\n5. Run the app\n\n```sh\n$ npm start\n```\n\n### One click deploy\n\n[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/GantMan/enjoytheshow)\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf 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.\n\nInstead, 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.\n\nYou 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.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n### `yarn build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n\n![share card](public/twittercard.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgantman%2Fenjoytheshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgantman%2Fenjoytheshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgantman%2Fenjoytheshow/lists"}