CODTECH Internship Tasks

Task 1: ETL Pipeline

  • Loads CSV data
  • Applies preprocessing with pandas and scikit-learn
  • Outputs train/test splits

Task 2: Deep Learning Image Classifier

  • Trains a CNN on CIFAR-10 using TensorFlow
  • Saves accuracy plot

Structure

codtech_internship/
├── task_1_etl_pipeline.py
├── task_2_image_classification.py
├── README.md
└── sample_data/
    ├── data.csv