Sign inSign up

alisio/got_app

By alisio

•Updated over 2 years ago

A Simple Streamlit Demo for Educational Purposes

Image
0

420

alisio/got_app repository overview

⁠Introduction

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

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 .

⁠Features

  • Explore Game of Thrones data
  • Interactive visualizations
  • Built with Python and Streamlit
  • Easy deployment with Docker

⁠Installation

docker run -p 8501:8501 -d --name got_app alisio/got_app 

⁠Usage

Using your web browser, go to http://localhost:8501⁠

⁠Data Source

The dataset used in this application is provided by Jeffrey Lancaster's Game of Thrones repository⁠.

⁠License

This project is licensed under the MIT License - see the LICENSE⁠ file for details.

⁠Acknowledgments

Tag summary

Content type

Image

Digest

sha256:3ab7ee8a1…

Size

452.8 MB

Last updated

over 2 years ago

docker pull alisio/got_app