https://github.com/bbkane/city_inquiry
Undergrad final project. More history than anything now.
https://github.com/bbkane/city_inquiry
Last synced: about 1 year ago
JSON representation
Undergrad final project. More history than anything now.
- Host: GitHub
- URL: https://github.com/bbkane/city_inquiry
- Owner: bbkane
- Created: 2019-07-28T21:50:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T21:51:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T19:49:32.635Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# city_inquiry
## Install
```
git clone
cd
conda env create -f environment.yaml
source
source activate city_inquiry
run.py
```
For my setup, the last two steps are in `run.sh`
## TODO:
- parallellize page load
- celery!