In modern healthcare, the demand for quick, accurate, and accessible medical diagnosis is increasing. Medical professionals often face challenges such as time constraints, lack of expertise in analyzing certain medical images, and the need for a second opinion. This project aims to leverage generative AI to provide detailed analysis and recommendations for medical images, assisting healthcare professionals in identifying potential health issues.
To develop a Streamlit-based application, Visual Medical Assistant, that integrates Google's Generative AI capabilities to analyze uploaded medical images and provide a structured report with detailed insights, recommendations, and potential treatments.
- Clone the Repository
git clone <repository-url>
cd smart-ats-resume-analyzer
- Create Virtual Environment
conda create -p env python=3.10 -y
- Install Dependencies
pip install -r requirements.txt
- Environment Configuration Create a .env file in the root directory:
GOOGLE_API_KEY =your_api_key_here
- Run the Application
streamlit run app.py