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.
- Upload an X-ray image
- Automated age and gender detection
- User-friendly interfaced
- Flask-based backend for model inference
- Clone the repository:
git clone https://github.com/4444Harsh/X-Ray-Image-Analysis-and-Detection.git
- Navigate to the project directory:
cd xray-image-analysis
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open the web application in your browser.
- Upload an X-ray image.
- View the detected results.
Feel free to contribute to this project by improving the model or enhancing the UI.
This project is licensed under the MIT License.