From 9224547a8a7d3a5697ca117d9f04304c9548c365 Mon Sep 17 00:00:00 2001 From: Ajey Pai K Date: Fri, 9 Feb 2024 16:29:55 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad520c2..2b3a162 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,18 @@ OncoJit - Accelerating Oncology Models with JIT Compilation OncoJIT is an innovative deep learning library designed to empower researchers and clinicians in the field of oncology with the speed and efficiency of Just-In-Time (JIT) compilation. By optimizing neural network models specifically for cancer research and clinical applications, OncoJIT enables rapid, real-time inference, facilitating faster diagnostics, personalized treatment planning, and cutting-edge cancer research. -Key Features: +**Installation**: + +``` +git clone https://github.com/NKI-AI/OncoJit.git + +cd OncoJit + +pip install -e . +``` + + +**Key Features**: **Optimized Performance**: Leverage the power of JIT compilation to enhance the performance of deep learning models, ensuring quicker load times and faster inference with minimal latency.