- Summary
- Folder Structure
- Technologies used in the project
- Components
- Pages description
- Deploy
- How to install
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.
- public 👁️
- src 📁
- tests 🔄
- assets 🛄
- components 💻
- pages 📄
- utils 💯
The present project use 100% REACT to be shown in the frontend.
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
- App
- Features
- Header
- HomeAnimation
- Application
- Home
- Sign In
- Sign Up
We deploy our app in firebase fire, see deploy here.
In your bash, or command prompt.
git clone git@github.com:Team-C5-News-Inc/Frontend.git
npm i
npm run dev
npm t