https://github.com/raezil/grpc-nvidia
https://github.com/raezil/grpc-nvidia
grpc grpc-go nvidia-ai
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raezil/grpc-nvidia
- Owner: Raezil
- Created: 2024-11-02T17:16:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:38:40.000Z (11 months ago)
- Last Synced: 2024-11-12T12:29:34.657Z (11 months ago)
- Topics: grpc, grpc-go, nvidia-ai
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```