Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created June 25, 2021 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Davisy/0f7e598a0c4f1c187c70c3eb9b383c07 to your computer and use it in GitHub Desktop.
Save Davisy/0f7e598a0c4f1c187c70c3eb9b383c07 to your computer and use it in GitHub Desktop.
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