From 49e3414c73d369fe9a017fb6373de58814011a57 Mon Sep 17 00:00:00 2001 From: Luke Singham Date: Mon, 1 Feb 2021 06:04:19 +0000 Subject: [PATCH] Add Gutensearch to app examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4adde66..9f5703f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ A curated list of awesome Dash (plotly) resources - [VoxelViz](http://lukas-snoek.com/voxelviz) - Competition winning Visualization tool for (f)MRI data-sets. [Source Code.](https://github.com/lukassnoek/VoxelViz) - [Traffic Accidents UK](https://traffic-accidents-uk.herokuapp.com/) - Explore the 140,008 traffic accidents in the UK in 2015. [Source Code.](https://github.com/richard-muir/uk-car-accidents) - [New York Taxi Rides](https://dash.vaex.io/) - A full year of the YellowCab Taxi company data from their prime, numbering well over 100 million trips. Dash + Vaex dataframe with over a 100 million rows. [Source Code.](https://github.com/vaexio/dash-120million-taxi-app) +- [GutenSearch](https://gutensearch.com/) - Look inside the books of Project Gutenberg. [Source Code.](https://github.com/cordb/gutensearch) ## Idiomatic examples - [Dash recipes](https://github.com/plotly/dash-recipes) - A collection of scripts and examples created of the plotly team while answering questions from the greater Dash community.