KaiL4eK / python-ml-project-api

Python project template for serving ML code
MIT License
2 stars 2 forks source link

Project README! Here we go!

[![PythonSupported](https://img.shields.io/badge/python-3.9-brightgreen.svg)](https://python3statement.org/#sections50-why) [![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) Awesome `python-ml-project-api` project! This is sample ML Project API using [fastapi](https://fastapi.tiangolo.com/) and [celery](https://docs.celeryq.dev/en/stable/) based on [redis](https://redis.io/). > In case of license issues with redis you can replace it with [dragonfly](https://github.com/dragonflydb/dragonfly).

Repository contents

System requirements

We tested on this setup - you can try other versions or operation systems by yourself!

How to run server

Swagger URL http://127.0.0.1:8080/api/v1/docs

Flower (Celery dashboard) URL http://127.0.0.1:5555/