A Simple Streamlit Demo for Educational Purposes
420
This Game of Thrones Dashboard is an educational web application designed for Game of Thrones enthusiasts and Python developers. It provides an interactive and user-friendly interface to explore and analyze a comprehensive dataset containing information about characters, houses, books, and seasons.
Built with Python and Streamlit, this application demonstrates how to create data-driven web applications for educational purposes.
Build for a single architecture:
docker build --rm -t alisio/got_app .
Building for amd64 and arm64:
docker buildx --use --name mybuilder
docker buildx create --use --name mybuilder\n
docker buildx inspect --bootstrap\n
docker buildx build --platform linux/amd64,linux/arm64 --output "type=image,push=true" --tag alisio/got_app:latest --builder mybuilder .
docker run -p 8501:8501 -d --name got_app alisio/got_app
Using your web browser, go to http://localhost:8501
The dataset used in this application is provided by Jeffrey Lancaster's Game of Thrones repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:3ab7ee8a1…
Size
452.8 MB
Last updated
over 2 years ago
docker pull alisio/got_app