An open API service indexing awesome lists of open source software.

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.

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.