All Projects → madewithml → Boilerplate

madewithml / Boilerplate

Licence: mit
🍪 ML application template to create API services around your ML code.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Boilerplate

Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+302.68%)
Mutual labels:  api, cookiecutter
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-0.89%)
Mutual labels:  api
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (-2.68%)
Mutual labels:  api
Totoval
An out-of-the-box artisan API web-framework written in go.
Stars: ✭ 110 (-1.79%)
Mutual labels:  api
Functionscript
An API gateway and framework for turning functions into web services
Stars: ✭ 1,518 (+1255.36%)
Mutual labels:  api
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-1.79%)
Mutual labels:  api
Falsy
FAL.S.Y python api framework(the framework for using falcon, swagger, yaml together)
Stars: ✭ 109 (-2.68%)
Mutual labels:  api
Google Play Scraper
Node.js scraper to get data from Google Play
Stars: ✭ 1,606 (+1333.93%)
Mutual labels:  api
Dualsense Windows
Windows API for the PS5 DualSense controller
Stars: ✭ 111 (-0.89%)
Mutual labels:  api
Ugin
UGin is an API boilerplate written in Go (Golang) with Gin Framework.
Stars: ✭ 110 (-1.79%)
Mutual labels:  api
Grammers
(tele)gramme.rs - use Telegram's API from Rust
Stars: ✭ 109 (-2.68%)
Mutual labels:  api
Wally
Distributed Stream Processing
Stars: ✭ 1,461 (+1204.46%)
Mutual labels:  api
Flare
Flare is a service that notify changes of HTTP endpoints
Stars: ✭ 110 (-1.79%)
Mutual labels:  api
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (-2.68%)
Mutual labels:  cookiecutter
Php K8s
PHP K8s is a PHP handler for the Kubernetes Cluster API, helping you handling the individual Kubernetes resources directly from PHP, like viewing, creating, updating or deleting resources.
Stars: ✭ 111 (-0.89%)
Mutual labels:  api
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-2.68%)
Mutual labels:  api
Meta Blocks
A modular toolbox for meta-learning research with a focus on speed and reproducibility.
Stars: ✭ 110 (-1.79%)
Mutual labels:  api
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-3.57%)
Mutual labels:  api
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (+0%)
Mutual labels:  api
Memo
The memo elastic and resilient key-value store.
Stars: ✭ 111 (-0.89%)
Mutual labels:  api

ML Application Template

An application template to wrap your machine learning code as a FAST RESTful API, complete with Dockerfiles, TensorBoard, etc. Check out these simple projects for examples of how this template can be leveraged. → TensorFlow or PyTorch

Set Up

pip install cookiecutter invoke requests
cookiecutter gh:madewithml/ml-app-template

Steps

  1. Update requirements.txt as needed.
  2. Add ML functionality inside {{ cookiecutter.package_name }}.
  3. Add unit tests in tests as you develop.
  4. Add API functionality inside app.py.
  5. Complete README.md with the appropriate details.
  6. Ensure that the Dockerfile is updated.
  7. Update .gitignore before committing to git.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].