All Projects → timothyrenner → bigfoot-dash-app

timothyrenner / bigfoot-dash-app

Licence: other
An example application for exploring Bigfoot data with Plotly's Dash.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bigfoot-dash-app

Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+978.26%)
Mutual labels:  plotly, dash
dash-google-auth
(Deprecated) Dash Extension for Google OAuth
Stars: ✭ 60 (+160.87%)
Mutual labels:  plotly, dash
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-43.48%)
Mutual labels:  plotly, dash
dash-flexbox-grid
Wrapper around react-flexbox-grid for Plotly Dash
Stars: ✭ 19 (-17.39%)
Mutual labels:  plotly, dash
dash-redis-celery-periodic-updates
Demo apps now maintained in https://github.com/plotly/dash-enterprise-docs
Stars: ✭ 47 (+104.35%)
Mutual labels:  plotly, dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+878.26%)
Mutual labels:  plotly, dash
app rasa chat bot
a stateless chat bot to perform natural language queries against the App Store top charts
Stars: ✭ 20 (-13.04%)
Mutual labels:  plotly, dash
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+8986.96%)
Mutual labels:  plotly, dash
dash-hello-world
The simplest dash app
Stars: ✭ 23 (+0%)
Mutual labels:  plotly, dash
bifrost
Connect gpus with your eyes.
Stars: ✭ 23 (+0%)
Mutual labels:  plotly, dash
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (+586.96%)
Mutual labels:  plotly, dash
dash-admin
CLI tool for initiating dash boilerplate
Stars: ✭ 22 (-4.35%)
Mutual labels:  plotly, dash
Dash Oil And Gas Demo
Dash Demo App - New York Oil and Gas
Stars: ✭ 156 (+578.26%)
Mutual labels:  plotly, dash
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+67691.3%)
Mutual labels:  plotly, dash
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (+452.17%)
Mutual labels:  plotly, dash
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (+1043.48%)
Mutual labels:  plotly, dash
Hiitpi
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
Stars: ✭ 106 (+360.87%)
Mutual labels:  plotly, dash
Dash Stock Tickers Demo App
Dash Demo App - Stock Tickers
Stars: ✭ 108 (+369.57%)
Mutual labels:  plotly, dash
dash-flask-login
A plugin to integrate Dash and Flask-Login
Stars: ✭ 54 (+134.78%)
Mutual labels:  plotly, dash
webviz-config
Make Dash applications from a user-friendly config file 📖 🐍
Stars: ✭ 46 (+100%)
Mutual labels:  plotly, dash

Bigfoot Sightings Dash App

This is an example of an app built with Plotly's Dash framework. It's an exploratory app based on the Bigfoot Sightings dataset I hosted on data.world. It demonstrates several plots (including a map), a grid layout built with Bootstrap, interactions with an input field, and caching.

There's also a Procfile for deploying on to Heroku. That does require a little special sauce in the code - I've tried to be clear in the comments where that is so you can ignore it if you want.

Quickstart

Create an environment with virtualenv or conda. For conda,

conda create --name bigfoot-sightings-dash python=3.6
source activate bigfoot-sightings-dash

Install the stuff in requirements.txt.

pip install -r requirements.txt

This app requires a mapbox key for the map to render. It needs to be assigned to the MAPBOX_KEY environment variable. The code will also read from a .env file.

Launch the app.

python app.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].