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 ✨
- Host: GitHub
- URL: https://github.com/evops-sum25/evops-ml
- Owner: evops-sum25
- License: other
- Created: 2025-06-05T18:04:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T11:43:30.000Z (11 months ago)
- Last Synced: 2025-07-19T16:13:09.326Z (11 months ago)
- Topics: docker, evops, ffi, grpc, machine-learning, postgresql, pyo3, python, pytorch, rust, tonic, transformers
- Language: Jupyter Notebook
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.