Skip to content

SWAT-Handwritten-Recognition/Frontend

Repository files navigation

Frontend <3

React Logo

Table of content

  1. Summary
  2. Folder Structure
  3. Technologies used in the project
  4. Components
  5. Pages description
  6. Deploy
  7. How to install

Summary

Handwritten is an online system that allows to the user verify that the signature that he/she enters into the system, by using a Siamese Convolutional Neural Network.

The user saves three different images from his/her signature, and then they are uploaded into a database. When the user has to certified a document or a file, he/she upload the document and then the system asks for a signature to prove the real user wants to certified, if the verification is above 90%, the system approves the signature, if not, an error message is shown.

This process is described in Data Science Repository.

Folder Structure

  • public 👁️
  • src 📁
    • tests 🔄
    • assets 🛄
    • components 💻
    • pages 📄
    • utils 💯

Technologies used in the project

The present project use 100% REACT to be shown in the frontend.

Logo

REACT shows its face in this project and makes it look amazing, but it can not just mount an entire project like this by itself, therefore other libraries are needed to make it even more awesome, these libraries are described next.

  • eslint
  • disqus
  • enzyme
  • jest
  • husky
  • webpack
  • babel

Components

  • App
  • Features
  • Header
  • HomeAnimation

Pages description

  • Application
  • Home
  • Sign In
  • Sign Up

Deploy

We deploy our app in firebase fire, see deploy here.

How to install

In your bash, or command prompt.

git clone [email protected]:Team-C5-News-Inc/Frontend.git

How to set it up?

npm i

How to run it?

npm run dev

How to test it?

npm t

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published