This repository contains a collection of beginner-friendly projects in AI & DS, created purely for learning purposes.
Each .ipynb file represents an independent project.
- Both platforms come with most required libraries pre-installed.
- Simply upload the notebook and dataset, then run all cells.
-
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.