An open API service indexing awesome lists of open source software.

https://github.com/evops-sum25/evops-ml

A web server for EvOps responsible for machine learning tasks ✨
https://github.com/evops-sum25/evops-ml

docker evops ffi grpc machine-learning postgresql pyo3 python pytorch rust tonic transformers

Last synced: 2 months ago
JSON representation

A web server for EvOps responsible for machine learning tasks ✨

Awesome Lists containing this project

README

          

# EvOps / Machine Learning

## Build Instructions

1. Create a [`.env`](`/.env.example`).

```shell
cp .env.example .env
```
2. Make sure you have python exetuble in your envirement with python modules pre-installed.
3. Run the server.
```shell
cd server
```
- Development mode:

```shell
bacon
```

- Release mode:

```shell
cargo run --release
```

3. gRPC server should be available on http://0.0.0.0:50051 by
default.