Completed
- Welcome
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Private Chatbot with LangChain, Ollama and Qwen 2.5 for Mobile App Review Analysis
Automatically move to the next video in the Classroom when playback concludes
- 1 - Welcome
- 2 - Demo
- 3 - Text tutorial and code on MLExpert.io
- 4 - App architecture diagram
- 5 - Libraries we'll use
- 6 - Review data preview
- 7 - Install dependencies with uv
- 8 - Install Ollama
- 9 - Setup and imports
- 10 - Prompts
- 11 - Get and format reviews
- 12 - Pass messages to the LLM
- 13 - CLI app
- 14 - Conclusion