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

https://github.com/semyon-dev/snet-service-example


https://github.com/semyon-dev/snet-service-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Example AI service for SNET Decentralized AI Platform

* Golang 1.24.6
* Simple calls
* Training support
* Service type grpc
* Default port 5001
* Minimum requirements

## Proto generate or update

1. ```cd service```

2. ```protoc -I . *.proto --go-grpc_out=. --go_out=.```

## Run with go

```go run main.go```