https://github.com/streamlit/interactive-data-explorer
https://github.com/streamlit/interactive-data-explorer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/interactive-data-explorer
- Owner: streamlit
- License: apache-2.0
- Created: 2024-02-26T14:47:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T22:18:03.000Z (about 2 years ago)
- Last Synced: 2025-01-29T10:36:29.316Z (over 1 year ago)
- Language: Python
- Size: 2.97 MB
- Stars: 3
- Watchers: 1
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎬 Movies dataset template
A simple Streamlit app showing movie data from [The Movie Database (TMDB)](https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata).
[](https://interactive-data-explorer-template.streamlit.app/)
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```
2. Run the app
```
$ streamlit run streamlit_app.py
```