# MEDLAB MEDLAB is a medical diagnosis engine that uses various .json files measuring up to 1 million lines borrowed from open-source DOID. Hey there, I am Aadarsh, the creator and owner of MEDLAB. My goal is to make this a reliable and stable diagnosis engine in the near future. The reason that I wanted to build a diagnosis engine is because I am interested in web design and medicine. I also needed to get some exposure to JS. Anyways, the project turned out a lot better than expected. ## HOW I GOT THE IDEA I got the idea of MEDLAB when I was thinking of ways to get a free diagnosis, so I started brainstorming with my relatives (med students). Thanks to them, I got the idea to make MEDLAB. ## SOURCES I USED I used the following files for building MEDLAB: ## HPO (for symptoms IDs and matching) Official Website Human Phenotype Ontology Download Portal ## GitHub Repository HPO Official GitHub Repository (Where JSON/OBO releases come from) Annotation format documentation (phenotype.hpoa) HPO Annotation File Documentation DOID Disease Ontology Download Page: https://disease-ontology.org/downloads/ I used it for my diseases database. Backend runtime https://nodejs.org/ I used Node.js for my backend runtime. ### WHERE I HAVE USED AI GPT: I used AI for steps on how to build the website. ### GitHub Copilot: For research and debugging.