Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ def main():
|
|
14 |
which have been fine-tuned on a dataset of Goodreads book \
|
15 |
reviews, see [here](https://www.kaggle.com/competitions/goodreads-books-reviews-290312/data) for the original dataset. \
|
16 |
These models are deployed on AWS and are accessed using a REST API. To deploy the models we used a combination of AWS Sagemaker, Lambda, and API Gateway.\
|
|
|
17 |
\n\n To read more about this project and specifically how we cleaned the data and trained the models, see the following GitHub [repository](https://github.com/david-meltzer/Goodreads-Sentiment-Analysis).")
|
18 |
|
19 |
|
|
|
14 |
which have been fine-tuned on a dataset of Goodreads book \
|
15 |
reviews, see [here](https://www.kaggle.com/competitions/goodreads-books-reviews-290312/data) for the original dataset. \
|
16 |
These models are deployed on AWS and are accessed using a REST API. To deploy the models we used a combination of AWS Sagemaker, Lambda, and API Gateway.\
|
17 |
+
There may be a cold start problem when you first use the application, but the models will respond quicker to any subsequent queries.\
|
18 |
\n\n To read more about this project and specifically how we cleaned the data and trained the models, see the following GitHub [repository](https://github.com/david-meltzer/Goodreads-Sentiment-Analysis).")
|
19 |
|
20 |
|