https://github.com/cuuupid/reading-your-facebook
Facebook learns from your data, you should too!
https://github.com/cuuupid/reading-your-facebook
Last synced: 29 days ago
JSON representation
Facebook learns from your data, you should too!
- Host: GitHub
- URL: https://github.com/cuuupid/reading-your-facebook
- Owner: cuuupid
- Created: 2018-10-21T02:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T02:39:25.000Z (over 6 years ago)
- Last Synced: 2025-02-09T21:44:53.782Z (3 months ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reading-your-facebook
Facebook learns from your data, you should too!
# Chatbot (not AI)
Underneath the `chatbot/` directory you will find 3 Jupyter notebooks with the tools to make a chatbot. Data Collection will create a navigable dataset of your messages, while Data Exploration will mine data on specific people. Once you have sufficiently clean data on a specific person stored in JSON files, they will be available to chat with in the Diffy Chatbot notebook. The algorithm does not use AI, and instead forms something similar to a lookup table for messages.
There are also two other files, `person.py` which has some convenience tools for loading different people, and `bot.py` which is the scaffolding for a FB Messenger bot based off of this.