Skip to content

Instantly share code, notes, and snippets.

@AmrutaKoshe
Created July 8, 2021 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmrutaKoshe/7f6a577a6d09f3acc149154db0eaae3b to your computer and use it in GitHub Desktop.
Save AmrutaKoshe/7f6a577a6d09f3acc149154db0eaae3b to your computer and use it in GitHub Desktop.
prediction=model.predict(prediction_image)
value=np.argmax(prediction)
move_name=mapper(value)
print("Prediction is {}.".format(move_name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment