Hi everyone! InsightscanAI is my second web app that I developed using Replit. This app is designed for regular people to understand their medical tests, such as blood work, X-rays, MRIs, or ultrasound images. The app first identifies the type of image, assesses its clarity, and then proceeds to provide a medical diagnosis. Finally, it provides a simplified summary in layman’s terms and offers AI-based recommendations. Although it’s not intended to replace a professional medical opinion, it provides people with access to information they might not have had before. Everything in the app, including Stripe integration, was built using the agent and assistant. Please take the time to provide your feedback! First-time users can get a free analysis using the coupon code “NEW.”
Checking this out! Thank you for sharing!
Thank you for sharing. Is it HIPAA complaint ?
It doesn’t need to be, unless it’s a covered entity.
There might be a myriad of compliance requirements in difference countries, so I am not sure. But in general - the app is not storing any data. It uses https (encryption) to transmit uploaded data back and forth to the AI models (openAI and google). Under the terms, the user is asked to remove any personally identifiable information from the image before uploading it for analysis. The AI analysis that is presented does not have the name/DoB or any personal information. Initially, I was not even storing the reports; they were only displayed once. But I received feedback that people may need to get to them in case they lose them or in case of technical difficulties like browser crashes. So the AI analysis (not the uploaded images) is available in the user dashboard for 7 days, after which it is also automatically deleted.