singnet / dnn-model-services

A collection of SingularityNET services using third party DNN models.
MIT License
27 stars 19 forks source link

Use "package" on every proto file #69

Open arturgontijo opened 5 years ago

arturgontijo commented 5 years ago
Overview of the feature request
Motivation for or Use Case

To avoid naming collision when running more than one service on the same machine.

Related issues or PR
eltonfernando commented 3 years ago

hello @arturgontijo , very good this project, i'm excited about it. I have a question. is the inference of the yolo model executed within the network SingularityNET, or do you need a separate server for this?

arturgontijo commented 3 years ago

Hey @eltonfernando, thanks! You need to run it on a private machine alongside with the snetd (SingularityNET Daemon). The network (currently, the Ethereum blockchain) is needed to validate/process the payment logic of each call to the service.