ml5js / ml5-data-and-models

Data sets and pre-trained models for ml5.js
https://ml5js.org/docs/data-overview
MIT License
125 stars 98 forks source link

Installation instructions #29

Closed tegacodes closed 6 years ago

tegacodes commented 6 years ago

Hi there, thanks for this. Just a note to let you know that I think you have forgotten a crucial step in the install instructions for the training part. I think we need the 'pip install tensorflow' bit at the end on this page: https://github.com/ml5js/ml5-data-and-training/tree/master/training

cvalenzuela commented 6 years ago

Yes, thanks! we are just missing a reference to pip install -r requirements.txt

Although the latest version of those instructions are here: https://ml5js.org/docs/training-setup, maybe we should move them out of this repo!

cvalenzuela commented 6 years ago

Solved in https://github.com/ml5js/ml5-website/commit/9ccfa661315a0dba90e11cc5c5228e63772332c9