stalkerNET takes in an Instagram id and trains a neural network to facially recognize the Instagram's user. Once trained, stalkerNET then searches for that user on other social media sites.
If you'd like to run this locally, clone/download this repository and navigate to the root folder. Then follow these steps:
- Install packages:
yarn install
- Start backend server:
yarn start
- React should open up a browser window for you but if it doesn't, you can access it at
http://localhost:3000
You'll also need to setup and run the back end, which can be found here.
- ES6 - Javascript ES6
- React - React
- face-recognition.js - face-recognition.js
- Node.js - Node
- PostgreSQL - PostgreSQL
- Ronald Thompson - Ronald's GitHub
If you would like to contribute, please send me a message!
- Huge thank you to Vincent Mühler for face-recognition.js and his support of the community!