https://github.com/jwkvam/bowtie-kaggle-yelp
https://github.com/jwkvam/bowtie-kaggle-yelp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwkvam/bowtie-kaggle-yelp
- Owner: jwkvam
- License: mit
- Created: 2018-02-11T01:05:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T17:21:00.000Z (over 7 years ago)
- Last Synced: 2025-02-16T09:15:17.754Z (8 months ago)
- Language: Python
- Size: 131 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bowtie-kaggle-yelp
A [Bowtie](https://github.com/jwkvam/bowtie) dashboard.
https://kaggle-yelp.herokuapp.com/
https://www.kaggle.com/yelp-dataset/yelp-dataset
## Run
```
python yelp.py serve
```## Build
If you make modifications to the data or the script `yelp.py` you'll need to rebuild the app.
```
python yelp.py build
```