Skip to content

mubeen01/Visual-Medical-Assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Problem Statement: Visual Medical Assistant

Context:

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.

Objective:

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.

Project Setup

  1. Clone the Repository
git clone <repository-url>
cd smart-ats-resume-analyzer
  1. Create Virtual Environment
conda create -p env python=3.10 -y
  1. Install Dependencies
pip install -r requirements.txt
  1. Environment Configuration Create a .env file in the root directory:
GOOGLE_API_KEY =your_api_key_here
  1. Run the Application
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%