Dataset Daily is a community of data junkies. Dataset Daily sends a dataset on Monday with analysis throughout the week. This repository is meant for the data and code snippets that go on throughout the week.
Using a python3 environment, run the following to install all the libraries used in this repository:
pip install -r requirements.txt
Recommend using Anaconda. Anaconda does not come with TensorFlow or Keras so you will need to install those seperately.
pip install pandas scipy numpy requests plotly matplotlib scikit-learn tensorflow keras fbprophet
For additional information on installing TensorFlow, Keras, and Prophet