Skip to content

SunilGolden/Kaggle-ICR

Repository files navigation

ICR - Identifying Age-Related Conditions

Challenge Link

Link: https://www.kaggle.com/competitions/icr-identify-age-related-conditions/overview

Data

Link: https://www.kaggle.com/competitions/icr-identify-age-related-conditions/data


Usage Guide

Install Dependencies

  1. Install Python: Make sure Python is installed on your system. If not, you can download and install Python from the official Python website: https://www.python.org/downloads/

  2. Create a virtual environment:

    python -m venv env
  3. Activate the virtual environment

    For Windows

    env\Scripts\activate

    For macOS/Linux

    source env/bin/activate
  4. Install the dependencies

    pip install -r requirements.txt

Model Evaluation

python model_evaluation.py 

Training and Inference

python train_and_inference.py