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:
Note: The modules used in this repository require Python 2.7+ (Python 3.X is incompatible) and cmake version 3.10+.
- Install packages:
npm install
(this will take quite some time) - Start backend server:
npm start
You'll also need to setup and run the front 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!