https://github.com/karn/ig-profile-classification
An experiment in detecting fake Instagram profiles using Tensorflow.
https://github.com/karn/ig-profile-classification
classification instagram machine-learning tensorflow-experiments
Last synced: 7 months ago
JSON representation
An experiment in detecting fake Instagram profiles using Tensorflow.
- Host: GitHub
- URL: https://github.com/karn/ig-profile-classification
- Owner: Karn
- License: mit
- Created: 2019-02-28T18:27:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T20:19:53.000Z (about 7 years ago)
- Last Synced: 2025-04-07T01:52:59.490Z (12 months ago)
- Topics: classification, instagram, machine-learning, tensorflow-experiments
- Language: Python
- Size: 1.11 MB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Instagram Profile Classification
An experiment in detecting fake Instagram profiles using Tensorflow.
Read the corresponding article [here](https://medium.com/@karnsaheb/ig-profile-classification-914d3352f8ec).
#### GETTING STARTED
A sample set of profiles is stored in the `profiles.json`. Profiles which have been classified using the `classify.py` script are saved into the `classified_profiles.json` file which are then used in the model training process.
Run the `main.py` script to retrain the model.