Dogs
from anoteai import Anote
api_key = 'INSERT_API_KEY_HERE'
anote = Anote(api_key)
newEmail = "The Nigerian prince is expecting your payment of $10,000"
predict_response = anote.predict(dataset_id=1, text=newEmail)
print(predict_response)
# response contains cat or dog