BiliNote is an AI video note-generation tool that automatically extracts content from video links and produces structured Markdown notes.
The tool solves the problem of manually summarizing video content by accepting links from platforms like Bilibili, YouTube, and Douyin, then using AI to generate organized notes with clear key points. It works by extracting video content and processing it through AI models to produce formatted output that includes screenshots, links back to specific moments in the original video, and AI-powered question-answering capabilities.
Developers should choose this tool if they need to convert video content into written summaries at scale. It suits projects where video documentation needs to be transformed into searchable, referenceable text. The project offers both a hosted cloud version and a self-hosted option; those who prefer not to manage local deployment, dependencies, or model downloads can use the online version, while others can deploy locally using Docker. Desktop clients are available for Windows and macOS.
The project maintains active development with support for multiple AI backends including OpenAI, Deepseek, and Qwen. The codebase uses React for the frontend and FastAPI for the backend, with Docker containerization available. The tool is distributed under an open-source license and provides comprehensive documentation alongside the source code.