The Instagram API previously utilized for this project has been deprecated. As this project is no longer maintained, you will need to source and integrate an alternative solution independently.
Fake Detection System Using Machine Learning(ANN). This Project is a fake profile detection system for social media.
•Supports Twitter for profile detection & check
•Supports Instagram for profile detection & check
•Can Add your own user data to check
Before You start add your instagram credentials on view.py in order to check and validate instagram account.
This is to inform you that to run this project you need to create "Virtual Environment". Virtual Environment provides an isolation environment for python files.
The following steps will guide you to create Virtutal Environment and this code should be executed in cmd and directory will be the folder in which you stored this project.
For instance, my directory is E:\FPD
Note: You Must have Installed Python and Django In Your Device
Step 1- creating virtutal environment as myvenv:- E:\FPD>python -m venv myvenv
Step 2- activating virtual environment:- E:\FPD>myvenv\Scripts\activate
Step 3- installing requirement files to run this project:- (myvenv) E:\FPD>pip install -r requirements.txt
Step 4- project on server:- (myvenv) E:\FPD>python manage.py runserver
The above mentioned requirements.txt file is already provided with project.
After following the above given steps, you are good to go and can run this astonishing project.