The backend component of the Generative Sentiments web app.
This repo is comprised of two main directories:
- Model - mostly a jupyter notebook showing the development of the bidirectional LSTM NLP model used to predict emotions in a given sentence.
- API - a Flask app deployed on Google Cloud Run which exposes the prediction API consumed by the web app.
This approach for both the ML model development and the deployment of the model we're taken largely as a learning exercise. I may change this over time, but purely for educational purposes.