Commit graph

53 commits

Author SHA1 Message Date
walkews
7c0e9e7921 Continued updates for /enthusiast draft 2017-07-14 17:12:19 -05:00
walkews
e82149c072 Continued updates for /enthusiast draft 2017-07-14 16:08:27 -05:00
Walker Waylon Scott
04e8135cf0 update_ts() function now flows data to the score_timeseries chart when the chart is ready. Prior this was causing formatting/zoom issues 2017-07-13 13:06:45 -05:00
Walker Waylon Scott
951eadd5cd Continued Development on draft version of viz 2017-07-13 12:49:42 -05:00
walkews
b2315a3f2d fixed slides, updated enthusiast 2017-07-12 13:38:35 -05:00
walkews
b5812d733f fix(formatting of form) 2017-07-12 11:13:00 -05:00
walkews
e1ae0fdc15 removed localhost from url 2017-07-12 10:03:23 -05:00
walkews
f75cd3ff7f fix(added .change() calls back) 2017-07-12 09:38:22 -05:00
walkews
2046bb33ae fix(api_url) 2017-07-12 09:31:56 -05:00
walkews
01b4b766df heroku errors for api 2017-07-12 09:22:54 -05:00
walkews
81e294f489 added flask-cors to requirements.txt to fix application error 2017-07-12 06:37:23 -05:00
walkews
e0c9aaa5ce fix(CORS) CORS ERROR on Heroku
The Heroku deployment experienced the following error.

```No 'Access-Control-Allow-Origin' header is present on the requested resource. ```
2017-07-12 06:33:12 -05:00
walkews
43ec7e5ca8 added form 2017-07-11 17:03:08 -05:00
walkews
1b0d9bbe9d added node modules 2017-07-11 08:28:34 -05:00
walkews
87b11fd617 added custom.css 2017-07-11 08:27:15 -05:00
walkews
54e187c83e removed white from palette 2017-07-11 08:26:57 -05:00
walkews
c8d14fd6cc implemented keyword api 2017-07-11 08:26:35 -05:00
Walker Waylon Scott
741faf194d trying bash web.sh to run gunicorn. 2017-07-10 12:00:18 -05:00
Walker Waylon Scott
b40b01773b added #!/bin/bash 2017-07-10 11:54:42 -05:00
Walker Waylon Scott
7faea458f3 trying web.sh to deploy with gunicorn 2017-07-10 11:48:31 -05:00
Walker Waylon Scott
1125d8e25f upgrading to gunicorn server from flask development server 2017-07-10 11:14:58 -05:00
Walker Waylon Scott
bb3b70df6a added a notebook template for suresh 2017-07-03 16:54:10 -05:00
Walker Waylon Scott
84084f3b96 updated(etl)
uses processed pickle files for performance.  Splits genre and keyword into separate rows.
2017-07-03 16:48:17 -05:00
Walker Waylon Scott
2ecdb43007 fix(added /src/static/lib*) Files needed for slides in .gitignore needed -f flag 2017-07-02 11:53:03 -05:00
Walker Waylon Scott
49c5372c43 feat(markdown slides) Moved slide body to an external markdown file. 2017-07-02 11:36:12 -05:00
Walker Waylon Scott
8041ee606a update(template layouts) block head
moved page specific head to their own template files

Signed-off-by: Walker Waylon Scott <walker_waylon_s@cat.com>
2017-07-02 11:35:22 -05:00
Walker Waylon Scott
f5e4b5f006 feat(color palettes) Added a color palettes file 2017-07-02 11:33:51 -05:00
Walker Waylon Scott
0cc45c944b update(reveal) added reveal dependencies to static folder 2017-07-02 11:33:23 -05:00
Walker Waylon Scott
a1c8d07e54 update(color) updated color palette 2017-07-02 11:30:47 -05:00
Walker Waylon Scott
4ec3d237d7 docs(readme) updated readme 2017-07-02 11:29:49 -05:00
Walker Waylon Scott
422bfba4e4 fix(removed iplotter) iplotter was added by mistake 2017-07-02 11:28:59 -05:00
Walker Waylon Scott
6209144461 added slides 2017-06-30 21:23:56 -05:00
Walker Waylon Scott
3d5c0691f8 Added a plot to test iplotter in the heroku environment 2017-06-30 16:53:08 -05:00
Walker Waylon Scott
aeb3156022 added favicon.ico 2017-06-30 16:52:40 -05:00
Walker Waylon Scott
d7d7b49ae1 updated readme - added links to the heroku deployment 2017-06-30 16:52:17 -05:00
Walker Waylon Scott
9f46330147 Adding waylonwlaker/iplotter to requirements. 2017-06-30 13:54:40 -05:00
Walker Waylon Scott
5ea5388646 updated readme 2017-06-29 23:58:34 -05:00
Walker Waylon Scott
3bcf46269a simplifying if __name__ == '__main__' 2017-06-29 23:54:11 -05:00
Walker Waylon Scott
13f156adb1 try adding a favicon to solve path=/favicon.ico error 2017-06-29 23:45:59 -05:00
Walker Waylon Scott
5506a085ca trying secret key 2017-06-29 23:35:57 -05:00
Walker Waylon Scott
23bcbd7711 trying debug 2017-06-29 23:31:19 -05:00
Walker Waylon Scott
7efd4165ee fixed procfile target 2017-06-29 23:19:20 -05:00
Walker Waylon Scott
d32ed3df7c added files to heroku 2017-06-29 23:16:12 -05:00
Walker Waylon Scott
7affb6db3d Initial commit of app 2017-06-29 23:10:18 -05:00
Walker Waylon Scott
8a6bf57cef Trying to see if GitHub will render the JavaScript Plots correctly. 2017-06-26 19:41:48 -05:00
Walker Waylon Scott
3947d6dd6f feat(notebook) Added Explore Movie Dataset Explore
This notebook is an initial look at the data, and to play around with differnt things.
2017-06-26 19:36:49 -05:00
Walker Waylon Scott
28623d9f0d fix(removed matplotlib)
Removed import rcParams,  this was leftover from a copy of my personal settings that I use for many of my projects.  This project will not need rcParams.
2017-06-26 19:35:33 -05:00
Walker Waylon Scott
eed0837b23 feat(settings) Initial Commit of settings
Sets up directory structures.
2017-06-26 19:34:03 -05:00
Walker Waylon Scott
2b58d707f5 feat(etl) Initial etl commit
Added etl to load in data.  Extra data features may be added later as they are identified.
2017-06-26 19:31:49 -05:00
Walker Waylon Scott
8774e7a9ec feat(data) Added movie_metadata.csv
Added the IMDB 5000 Movie Dataset (movie_metadata.csv) to raw data
2017-06-26 19:30:35 -05:00