Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 581 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 581 Bytes

Medical-ZKML

Description

Implement and construct the Cairo contract module for the Medical-ZKML product, and implement various XGBoost and Decision tree disease prediction models based on the zkML base library in Orion.

Directory structure

  • model: Provide scripts for Python model conversion, model parsing and loading, contract generation. Store the generated contracts, data, and models.
  • orion: Provide a separate test case for each of the two models for the Cairo contract module.