Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 747 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 747 Bytes

LLM Projects Collection

  1. App Review Scraper: A Google Colab notebook for extracting and analyzing app reviews from Google Play Store, allowing custom sorting and filtering options with export capabilities.

  2. LLM-based Netflix Recommendation System: A content-based movie recommendation engine using LLaMA 2 embeddings and FAISS similarity search, featuring efficient caching and parallel processing.

  3. PDF Chatbot: An interactive Q&A system built with LangChain and OpenAI that allows users to upload PDFs and get contextual answers using RAG (Retrieval Augmented Generation).

All projects include detailed documentation and focus on practical applications of LLMs, making them suitable for both learning and real-world use.