https://github.com/streamlit/movies-dataset-template
https://github.com/streamlit/movies-dataset-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/movies-dataset-template
- Owner: streamlit
- License: apache-2.0
- Created: 2024-06-27T22:55:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:52:20.000Z (12 months ago)
- Last Synced: 2025-01-29T10:36:34.154Z (5 months ago)
- Language: Python
- Size: 2.87 MB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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://movies-dataset-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
```