Tutorial
Welcome to the Django Polly tutorial! This series of guides will walk you through creating a simple AI-powered chat application using Django Polly.
In this tutorial, you’ll learn how to:
Set up a new Django project with Django Polly
Create and configure a Parrot (LLM instance)
Implement a basic SmartConversation
Add real-time chat capabilities using WebSockets
Customize and extend Django Polly’s functionality
By the end of this tutorial, you’ll have a functional AI-powered chat application and a solid understanding of Django Polly’s core concepts and features.
Let’s get started with 01_setup!