Coder Social home page Coder Social logo

harshcut / face-model Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 306 KB

Detect faces from an image using Clarifai's Face Detection Model. Built with React & TypeScript.

Home Page: https://face-model.vercel.app

License: MIT License

JavaScript 1.18% HTML 3.32% TypeScript 93.04% CSS 2.46%
clarifai-api react typescript face-detection tailwindcss vercel jest enzyme

face-model's Introduction

Getting Started

The face-model is a frontend client for the face-model-api, built with React and TailwindCSS. Get response from Clarifai API and see it visualize. More on Clarifai's face-detection model can be found here.

Developing

Fork the repository using this guide, then clone it locally.

git clone https://github.com/harshcut/face-model
cd face-model
yarn install

Make sure you have also installed the PostgreSQL server available at face-model-api. You can now run the client on your localhost.

yarn start

Dependencies

Redux is used for managing user state inside the application. React-Redux state is hydrated on every reload and is subscribed to localStorage as state on every change. The store is available at src with actions and reducers having their respective directories.

For managing form data inside the application React Hook Form is used. It's usage can be fond in the pages directory in src.

Styled JSX is used for full CSS support for JSX. The type definition can be found in typings. The main use cases can be found in the components directory in src.

Tailwind is used for predefined classNames. Installation guide for React can be found here. Custom themes can be found in tailwind.config.js at root. An external override configuration is required to use tailwind on react. This is provided by craco with a craco.config.js at root.

Privacy

All data that is collected through the web app is stored securely and will not be distributed to third parties. The data is collected to improve current features or services in the app.

License

This project is licensed under the MIT License.

face-model's People

Contributors

harshcut avatar

Stargazers

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