Skip to content

hamishs/socket-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-nn

Run inference on neural networks over TCP sockets.

Uses candle for tensor operations and tokio to run the server asynchronously providing easy concurrency. One set of weights is loaded into memory and shared accross concurrent tasks with a Rust's Arc type. Tensors are sent and recieved with the numpy byte format.

Run an example server with:

cargo run --example mlp

About

Inference neural networks over TCP sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages