This little project of mine, calling it “Interests Network Graph”, inspired on a talk on user embeddings. I thought these big tech giants have a lot of data on us. So i made this interest graph from my exported facebook ads interests data and the tool will allow you to use your own JSON data, to get similar representations.
since, this is just a viz. but i think this data could be further used to build consumer products if there were to exist an open protocol which would handle it perfectly. eg: dating, matching, etc. basically how Instagram/facebook match reels/posts for you to watch/see. (it’s more complex)
1 Comment
This little project of mine, calling it “Interests Network Graph”, inspired on a talk on user embeddings. I thought these big tech giants have a lot of data on us. So i made this interest graph from my exported facebook ads interests data and the tool will allow you to use your own JSON data, to get similar representations.
since, this is just a viz. but i think this data could be further used to build consumer products if there were to exist an open protocol which would handle it perfectly. eg: dating, matching, etc. basically how Instagram/facebook match reels/posts for you to watch/see. (it’s more complex)
**It’s open source, please give a star and create your own:** [https://github.com/zippytyro/Interests-network-graph](https://github.com/zippytyro/Interests-network-graph)
Live tool: [https://interests-network-graph.shashwatv.com/](https://interests-network-graph.shashwatv.com/)
Built with:
* **Tailwind CSS** – UI styling and utility classes
* **vis JS** – Interactive network graph rendering and physics layout
* **jsPDF** – PDF export functionality