This is an end-to-end machine learning example to show the key aspects and breadth of the ML.
- Download the data from Kaggle - https://www.kaggle.com/benhamner/sf-bay-area-bike-share
- Unzip and place it in
data/input
directory. - Install python dependencies using
pip install -r requirements.txt
- Run the notebooks in the order they are named.
- Follow
app/README.md
for hosting the application.
Credits: Most of the code is borrowed from https://github.com/xadrianzetx/fullstack.ai and modified to run on local machine. All the credits of putting this together should go to @xadrianzetx.