bhavsarpratik/serverless-transformers-on-aws-lambda
Deploy transformers serverless on AWS Lambda
This project helps developers deploy and manage advanced natural language processing (NLP) models, specifically transformer models, without needing to provision or maintain their own servers. It takes a transformer model configuration and deploys it as an AWS Lambda function, which can then be accessed via an API. The primary users are backend developers or MLOps engineers who need to integrate powerful NLP capabilities into their applications.
122 stars. No commits in the last 6 months.
Use this if you are a developer looking to integrate AI-powered text analysis, generation, or classification into your applications and prefer a serverless architecture for ease of scaling and management.
Not ideal if you are an end-user without programming experience looking for a ready-to-use NLP tool, or if you need to run extremely large models that exceed AWS Lambda's resource limits.
Stars
122
Forks
22
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 20, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/bhavsarpratik/serverless-transformers-on-aws-lambda"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ThilinaRajapakse/simpletransformers
Transformers for Information Retrieval, Text Classification, NER, QA, Language Modelling,...
jsksxs360/How-to-use-Transformers
Transformers 库快速入门教程
google/deepconsensus
DeepConsensus uses gap-aware sequence transformers to correct errors in Pacific Biosciences...
Denis2054/Transformers-for-NLP-2nd-Edition
Transformer models from BERT to GPT-4, environments from Hugging Face to OpenAI. Fine-tuning,...
abhimishra91/transformers-tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks