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

https://github.com/raezil/grpc-nvidia


https://github.com/raezil/grpc-nvidia

grpc grpc-go nvidia-ai

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# nvidia-go-api
### Go to build.nvidia.com and generate API_KEY

```os.environ['NVIDIA_API']```

go to ~/.bashrc and add

```export NVIDIA_API=token```

- features:
- nvidia API

### to run server
```
cd server
go run main.go
```
### to run client
```
cd client
go run main.go
```