Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.03 KB

File metadata and controls

43 lines (35 loc) · 1.03 KB

X-Ray Image Analysis and Detection

Overview

This project is designed to detect age and gender from an uploaded X-ray image. The system utilizes deep learning models to analyze the image and provide predictions.

Features

  • Upload an X-ray image
  • Automated age and gender detection
  • User-friendly interfaced
  • Flask-based backend for model inference

Installation

  1. Clone the repository:
    git clone https://github.com/4444Harsh/X-Ray-Image-Analysis-and-Detection.git
  2. Navigate to the project directory:
    cd xray-image-analysis
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the application:
    python app.py

Usage

  • Open the web application in your browser.
  • Upload an X-ray image.
  • View the detected results.

X-Ray Image Example

X-Ray Image

Contributing

Feel free to contribute to this project by improving the model or enhancing the UI.

License

This project is licensed under the MIT License.