Passive Learning System
Revisoo runs quietly in the background. While you sleep, it generates rich study notes from your syllabus and publishes them - ready to read each morning.
Getting started
01
First
Pick a username at /claim. This is your public identity on the leaderboard and your note feed URL.
02
Then
Download the Revisoo script and run pip install -r requirements.txt. Needs Python 3.9+.
03
Next
Add your username, a free Groq or Gemini API key, and your study plan. The script walks you through it.
04
Finally
Run python syllo.py schedule to set a daily schedule. Notes generate and publish automatically - no further input needed.
What it does
Each note is generated with full context - your syllabus, the topic's place in the curriculum, and what you've already covered. The result reads like a knowledgeable friend explaining something over coffee.
See an example dispatch ->From the dispatch
Imagine you're a software engineer at a startup, tasked with building a new social media platform. You've got the features and UI figured out - but how do you design the underlying system to handle millions of users, ensure data consistency, and stay online when half your servers catch fire?
System design is the process of defining the architecture, components, and interactions of a complex system to meet specific requirements. It's about trade-offs: scalability vs. simplicity, consistency vs. availability, speed vs. cost...