https://github.com/semyon-dev/snet-service-example
https://github.com/semyon-dev/snet-service-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/semyon-dev/snet-service-example
- Owner: semyon-dev
- Created: 2024-11-14T10:40:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-18T01:36:05.000Z (10 months ago)
- Last Synced: 2025-08-18T03:22:50.727Z (10 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```