Face Recognition web-application to find missing person built with the MERN stack & FaceApi.js.
- Find and Report Missing
- Missing People search feature
- Search through Webcam/Image Uplaod
- Report missing through image and details
- Random Facts about missing people
- Contact directly through email
Make sure to have latest version of node installed. Download the latest version of Node by CLICKING HERE
Next, you will need to run the following command in the Terminal to clone the repo onto your machine.
git clone https://github.com/Amiyanshu-web/FindYou.git
Create a .env file in the root and add the following
NODE_ENV = development
PROXY = 5000
MONGO_URI = your mongodb uri
npm install
cd backend
npm install
# Run frontend (:3000) & backend (:5000)
npm run dev
# Run frontend only
npm start
# Run backend only
npm run server
You can find images for testing purpose over here-
.
FindYou
├── ...
├── public
│ ├── ...
│ ├── images
│ │ └── missing #here you will find all testing images
│ └── ...
└── ...