AI Project
YouTube Notes RAG System
A local AI tool that summarizes and queries YouTube videos using Retrieval-Augmented Generation. Implemented semantic search over transcripts with ChromaDB (HNSW indexing) and local LLM inference via Ollama (DeepSeek-R1 1.5B). Includes persistent storage for embeddings and a Streamlit GUI. View code.
Technologies:
- Python
- ChromaDB
- Ollama
- Streamlit
