In the era of Internet development, users have gained convenient access to healthcare services through online platforms. With the aid of machine learning, doctors can efficiently diagnose a large volume of medical inquiries online. However, privacy concerns in the medical field have always been prevalent. It is crucial to ensure that users can receive AI-based diagnosis and answers while protecting their privacy.
The privacy issue in medical inquiries can be addressed by using multiple diagnostic operators to handle user needs and make judgments on various diseases or classify patient symptoms, providing medical guidance.
Ensure you have:
Then run the following:
git clone https://github.com/storswiftlabs/medical-zkML-frontend.git && cd medical-zkML-frontend
yarn
Run a local server on localhost:3000.
yarn dev