Skip to content

Merk0ff/cookiecutter-transformers-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Transformers Inference

This is a template for running Transformers and serve it to web. It uses redis and minio as storeges. All long running tasks are processed in celery workers, wich can be easily scaled up.

Stack

Component Technology
Interpreter Python
Package Manager Poetry
VM Docker
Worker Celery
DB Redis
MQ Redis
File Storage Minio

Installation

Firstly, you will need to install dependencies.

The recommended way is via pipx:

pipx install cookiecutter
pipx inject cookiecutter jinja2-git

Or via global pip:

pip install cookiecutter jinja2-git

Then, create a project itself:

cookiecutter gh:Merk0ff/cookiecutter-transformers-inference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published