codingforentrepreneurs/AI-as-an-API
Learn to create & deploy a deep learning algorithm into a production REST API microservice using Python, Keras, FastAPI, & NoSQL.
This project helps developers learn how to take a deep learning model they've built and turn it into a web service that other applications can easily use. You'll learn how to package your AI model so it can receive data inputs and return predictions or results over the internet. This is for software developers or machine learning engineers who need to deploy AI models.
No commits in the last 6 months.
Use this if you are a developer who has built an AI model and needs to make it accessible to other software applications via an API.
Not ideal if you are looking for a pre-built AI solution or do not have programming experience.
Stars
76
Forks
40
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Oct 05, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/codingforentrepreneurs/AI-as-an-API"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
eightBEC/fastapi-ml-skeleton
FastAPI Skeleton App to serve machine learning models production-ready.
satellite-image-deep-learning/model-training-and-deployment
Training and deployment of deep learning models for satellite & aerial imagery
MarwanDebbiche/post-tuto-deployment
Build and deploy a machine learning app from scratch 🚀
BolajiAyodeji/deploy-ml-web-workshop
In this workshop, you will learn how to build a machine learning model using...
kingabzpro/FastAPI-for-ML
Building a simple FastAPI application for model inference.