An open API service indexing awesome lists of open source software.

https://github.com/elizabethsiegle/loves-me-loves-me-not-tensorflow-python-sms

https://www.twilio.com/blog/classify-texts-with-tensorflow-and-twilio-to-answer-loves-me-loves-me-not
https://github.com/elizabethsiegle/loves-me-loves-me-not-tensorflow-python-sms

ai artificial-intelligence bag-of-words deep-learning deep-neural-networks machine-learning machinelearning ml neural-network neural-networks sms tensorflow tensorflow-tutorials twilio

Last synced: about 2 months ago
JSON representation

https://www.twilio.com/blog/classify-texts-with-tensorflow-and-twilio-to-answer-loves-me-loves-me-not

Awesome Lists containing this project

README

          

### Answer the "loves me, loves me not" question with Twilio and TensorFlow.

Complete tutorial can be found [here on the Twilio blog](https://www.twilio.com/blog/classify-texts-with-tensorflow-and-twilio-to-answer-loves-me-loves-me-not).

To run, install requirements.txt with `pip3 install -r requirements.txt` then run the Flask app with
```
export FLASK_APP=main

export FLASK_ENV=development

flask run --without-threads
```
Please ignore some of the commits and commit messages, it was a pain to deploy to Heroku because the TensorFlow model was computationally-intensive.

![](https://countrush-prod.azurewebsites.net/l/badge/?repository=elizabethsiegle.Loves-me-loves-me-not-tensorflow-python-sms)