NostrRecommendationAlgorithm
Created by
GaryOKeeffe
This script builds a Nostr recommendation system along with a GUI that allows users to like, dislike, or skip Nostr notes. The system's reactions are plotted over time.
We are using the Nostr Serverless API to fetch data, embedding the data via OpenAI's ada-2 embedding model, and using chormadb to handle the vector data storage.