An open API service indexing awesome lists of open source software.

https://github.com/iwolf22/face-tracking-software

Can track multiple faces. Predicts based off of someone's appearance, their age, gender, or emotional state. Built with TypeScript, ReactJS, MaterialUI, and TensorFlow!
https://github.com/iwolf22/face-tracking-software

ai computer-vision machine-learning material-ui reactjs tensorflow typescript

Last synced: 3 months ago
JSON representation

Can track multiple faces. Predicts based off of someone's appearance, their age, gender, or emotional state. Built with TypeScript, ReactJS, MaterialUI, and TensorFlow!

Awesome Lists containing this project

README

          

# Overview

Can track multiple faces. Predicts based off of someone's appearance, their age, gender, or emotional state. Built with TypeScript, ReactJS, MaterialUI, and TensorFlow!

## Preview of the App

https://github.com/iWolf22/face-tracking-software/assets/74108689/e63af714-af74-498c-93c7-cd3cbcb86ce5

Visit the Vercel hosted app here: https://face-tracking-software-joshua-dierickse.vercel.app/

## Technologies Used

1. HTML/CSS/TypeScript
2. ReactJS
4. MaterialUI
5. TensorFlow

## Running the App

1. Download or fork starting files to your local machine
2. Navigate to the ```my-app``` directory
3. Run ```npm install``` (assuming you have already installed ```npm``` locally)
4. Run ```npm start``` to launch app locally on ```http://localhost:3000/```