Created
June 25, 2021 08:04
-
-
Save Davisy/0f7e598a0c4f1c187c70c3eb9b383c07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app = FastAPI( | |
title="Sentiment Model API", | |
description="A simple API that use NLP model to predict the sentiment of the movie's reviews", | |
version="0.1", | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment