# Vital Image Analytics Vital Image Analytics is an AI-powered application designed to assist healthcare professionals in analyzing medical images for diagnostic purposes. This README file provides an overview of the application, how to set it up, and how to use it effectively. ## Features - Advanced AI Analysis: Utilizes state-of-the-art AI models to provide detailed analysis of medical images. - Comprehensive Reports: Generates reports including findings, recommendations, and next steps based on image analysis. - User-Friendly Interface: Easy-to-use interface with seamless image uploading and instant results. - Secure and Reliable: Built with robust security measures to protect patient data and ensure reliability. ## Getting Started 1) Clone the repository. 2) Install dependencies ``` pip install -r requirements.txt ``` 3) SetUp environment variables: - create a `.env` file in root directory - add your gemini apu key ``` GEMINI_API_KEY=your_gemini_api_key_here ``` ## Usage Launch the application: ``` python grad_app.py ``` ![alt text](image.png) ## Contact For questions or inquiries about Vital Image Analytics, please contact at (saqibiqbal27772@gmail.com)