Integration demo of VizDoom with Django-LiveView for real-time game visualization.
Watch the demo in action: VizDoom Django-LiveView Demo
-
Make sure you have Docker and Docker Compose installed
-
Start the services:
docker-compose up --build- Access the application in your browser:
http://localhost:8001
- Docker
- Docker Compose
- Web: Django application with LiveView (port 8001)
- Redis: Cache and messaging for Django-LiveView (port 6379)