MyBrain is the solution we proposed and developed during the Winter School Generative AI Hackathon.
The project's goal is to host the user's saved notes from various sources and different formats, organize them, enable interaction, generate insights, and cluster notes with similar relevance into semantic spaces.
This repository contains two files:
-
Extracting_bookmarks_from_Reddit.py: An example of using a website's API to retrieve the user's saved bookmarks. The code was adapted from this repo.
-
Insight_generation.ipynb: Generates insights from bookmarks extracted from Reddit and other notes issued from additional URLs. (This covers the upper block in the previous architecture graph).