AndrewCarterUK / football-predictor

Using a Deep Neural Network (DNN) to predict the results of Premier League Football Matches
MIT License
204 stars 96 forks source link

Help pls :") #2

Closed DGeorgiev26 closed 6 years ago

DGeorgiev26 commented 6 years ago

Traceback (most recent call last): File "C:\Users\mik.fit\Desktop\football-predictor-master\predict.py", line 3, in import tensorflow as tf ImportError: No module named tensorflow

AndrewCarterUK commented 6 years ago

You need to install TensorFlow.

I'd suggest taking some introductory lessons in Python too, as otherwise you'll struggle to make use of this model.