9
1
3 years of experience
Hey guys 👋, I'm Shav - a Full-Stack Data Scientist, AWS Certified Machine Learning Specialist, and an aspiring entrepreneur based in the UK. I specialize in MLOps & software architecture, having been focused on scalable data streaming stacks optimized for low-latency, deploying DL architectures, and provisioning distributed Python servers for computation & model serving. I'm also pretty good at front end, using Next.js & React. I've developed Risk Models and back-tested/tuned trading strategies at a crypto hedge fund, and along the way, an in-house OMS platform led to the creation of a Multi-Asset Multi-Exchange Crypto Portfolio Management & Execution platform, which I spent over a year helping build and shape from the ground up. This week, I took a leap of faith and I left my career to chase ✨ Entrepreneurship ✨. The dream of building something transformative from the ground up is what drives me. Currently, I'm channeling my energy into new projects, hackathons, meeting like-minded people and constantly seeking opportunities to innovate and make a lasting impact. Thats why I'm here! I'm all about forging connections and embarking on journeys to create something extraordinary together. Let's make waves! 🌊
# Problem From discussions, there seems to be some degree of diagnostic uncertainty in medicine, once the history is taken. Sometimes, when things are very busy, some investigations are missed out. Hospitals are short staffed as they are, and sometimes, even when things are busy, F1's, F2's and IMT1's need to run diagnoses by the registrar (who may not even be available) if there is any uncertainty. An AI could fit in here to validate diagnoses. On a shift, doctors don't have time to go through every potential diagnosis. One Doctor Interviewed said "Sometimes I have no idea whats going on". He went on to say, "The amount of times I've taken a history and forgotten to check one thing and had to go back to check". This lack of efficiency is the pain point that Diagnosys AI aims to address. # Proposed Solution Use a MultiModal Retrieval-Augmented Generation (RAG) Stack, contexualised with best practice and resources (listed below) with an LLM (Gemini) to provide a comprehensive list of potential diagnoses, investigations and treatments. This will be a tool for Junior doctors, and will be input with the History taken from a patient. In the above process, it will fit in-between stage 3 and 4. In detail: - Input (LLM be prompted with) History, Examinations done and (in the future) Patient Records - Generate potential diagnoses and further investigation - Specific things that could have been be missed out, as well as potential treatments - Suggest potential examinations and what might be found in them i.e. What are red flags from suggested examinations to look out for - Trust in the AI is a risk factor. This is mitigated by providing citations to the contextual information, such as Oxford Handbook of Clinical Medicine, Kumar & Clark's Clinical Medicine, etc. - Can utilise multi=modal Models with Images, with rashes for example. These will refernece images from DermNet NZ