This repository contains examples demonstrating the usage of ONNX (Open Neural Network Exchange) format and runtime.
uv venv
# On macOS/Linux
source .venv/bin/activate
# On Windows
.\.venv\Scripts\activate
cd example_directory # e.g., cd 01_basic_neural_network
uv pip install -r requirements.txt
A simple example demonstrating:
The network architecture includes:
An example using the Redis langcache-embed-v1 model for semantic similarity:
The model features:
Feel free to contribute additional examples or improvements to existing ones by submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
11 commits
Python
64.6%
Jupyter Notebook
31.2%
Shell
2.7%
Mermaid
1.5%
This repository contains examples demonstrating the usage of ONNX (Open Neural Network Exchange) format and runtime.
uv venv
# On macOS/Linux
source .venv/bin/activate
# On Windows
.\.venv\Scripts\activate
cd example_directory # e.g., cd 01_basic_neural_network
uv pip install -r requirements.txt
A simple example demonstrating:
The network architecture includes:
An example using the Redis langcache-embed-v1 model for semantic similarity:
The model features:
Feel free to contribute additional examples or improvements to existing ones by submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
11 commits
Python
64.6%
Jupyter Notebook
31.2%
Shell
2.7%
Mermaid
1.5%