https://github.com/afshinm/juggernaut-demo
Juggernaut demo page
https://github.com/afshinm/juggernaut-demo
demo juggernaut machine-learning neural-network rust
Last synced: over 1 year ago
JSON representation
Juggernaut demo page
- Host: GitHub
- URL: https://github.com/afshinm/juggernaut-demo
- Owner: afshinm
- License: gpl-3.0
- Created: 2017-07-25T21:48:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T19:10:43.000Z (over 8 years ago)
- Last Synced: 2025-03-21T11:50:32.930Z (over 1 year ago)
- Topics: demo, juggernaut, machine-learning, neural-network, rust
- Language: CSS
- Homepage: http://juggernaut.rs/demo/
- Size: 302 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Juggernaut Demo
Hello world with Juggernaut.
## Libraries
Libraries that I have used to develop this project:
- React
- D3js
- Juggernaut
## Build
You need Rust 1.x and `wasm` enabled target for Cargo.
Then run following command to build the Rust and wasm files:
```
cargo build --target=wasm32-unknown-emscripten --verbose
```
then copy the targets to:
```
cp target/wasm32-unknown-emscripten/debug/deps/* ./web/src/wasm~
```
and finally `cd` to `web` folder and run:
```
node server.js
```
(Sorry about that, I will write a makefile soon)
## Creator
Afshin Mehrabani (afshin.meh@gmail.com)
## License
GPLv3