jatinmehra commited on
Commit
46db8ee
·
verified ·
1 Parent(s): 45b8476

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
18
  # Initialize FastAPI app
19
  app = FastAPI(
20
  title="NegaBot API",
21
- description="Tweet Sentiment Classification API using NegaBot model",
22
  version="1.0.0"
23
  )
24
 
 
18
  # Initialize FastAPI app
19
  app = FastAPI(
20
  title="NegaBot API",
21
+ description="NegaBot is a complete sentiment analysis solution that detects positive and negative sentiment in tweets, particularly focusing on product criticism detection. Built with FastAPI, Streamlit, and the powerful jatinmehra/NegaBot-Product-Criticism-Catcher model.",
22
  version="1.0.0"
23
  )
24