AI made with R Language during a hackathon.
Make sure you have R Enviroment set to build your AI. If not, check the official R documentation.
- Make sure you have your dataset made with Chameleon-Crawler;
- Run analysis.R in R Studio to train your neural net and save the model;
- Run neural.R also in R Studio loading your previouly created model.
The script will generate a result.csv with the probability of a profile be a fake one.
You can use this information to create your own product or visualization. We made a front model here to generate visual report.