Skip to content

A personal AI & DS beginner learning repo, built with reference to various sources and tutorials.

Notifications You must be signed in to change notification settings

mituleefam/AIDS_learning

Repository files navigation

💻 AI & DS learning repository

This repository contains a collection of beginner-friendly projects in AI & DS, created purely for learning purposes.

Each .ipynb file represents an independent project.

How to run

Option 1: Google Colab or Kaggle (Recommended)

  • Both platforms come with most required libraries pre-installed.
  • Simply upload the notebook and dataset, then run all cells.

Option 2: Run Locally

  • Make sure you have all the necessary libraries (listed in the import section of each notebook).

  • Install any missing library using either of the following:

    • In Jupyter Notebook:

      !pip install <library_name>
      
    • In Command Prompt / Termunal:

      pip install <library_name>
      

Note: When loading datasets, remember to adjust the file paths according to your local directory structure.

About

A personal AI & DS beginner learning repo, built with reference to various sources and tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published