curiousily / Deploy-BERT-for-Sentiment-Analysis-with-FastAPI

Deploy BERT for Sentiment Analysis as REST API using FastAPI, Transformers by Hugging Face and PyTorch

Home Page:https://www.curiousily.com/posts/deploy-bert-for-sentiment-analysis-as-rest-api-using-pytorch-transformers-by-hugging-face-and-fastapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `httpie` requirement for test script

Querela opened this issue · comments

The http command, probably provided by httpie, is missing from the dev requirements.
Maybe just include it into the Pipfile to provide an out-of-the-box working example.