This is the repository for a final project in Software Design at Olin College created in spring of 2017. The team consists of Noah Rivkin, Victoria McDermott, Katya Donovan, and Samantha Young. Project proposal can be found at https://github.com/vickymmcd/AmazonSoftDesWarriors/blob/master/ProjectProposal.pdf. We created a super shopper web application which helps people understand price forecasts and trends.
The Super Shopper Predictive Model requires: NumPy Bokeh pandas statsmodels.api
Before running our code on your local machine, please ensure that you have these python packages installed. pip install instructions are as follows:
NumPy can be installed either in the scipy stack: pip install --user numpy
To install Bokeh: pip3 install bokeh
To install Pandas: pip3 install pandas
To install statsmodel.api: pip3 install -U statsmodels
Go to our website application: https://super-shoppers.herokuapp.com/.
Select a product to buy using the drop down menu.
Select a time frame in which you would like to buy the product.
Click submit to get the best time to buy your project!
In order to access our project website with more information about our project, go to https://vickymmcd.github.io/AmazonSoftDesWarriors/.
In order to access our project poster, go to https://github.com/vickymmcd/AmazonSoftDesWarriors/blob/master/images/FinalPoster6.pdf.