This repository contains my Artificial Intelligence Lab work, organized by lab sessions.
Each lab is placed in its own folder (Lab1
, Lab2
, Lab3
, โฆ) with a clear and consistent structure.
AI-Lab-Work/
- Lab1/
- notebooks/ # Jupyter notebooks
- src/ # Python scripts / helper functions
- data/ # Small datasets (if required)
- results/ # Plots, generated outputs, trained models
- docs/ # Reports, instructions, references
- Lab2/ ...
- Lab3/ ...
-
Clone the repository:
git clone https://github.com/<your-username>/AI-Lab-Work.git cd AI-Lab-Work
-
Install dependencies:
pip install -r requirements.txt
-
Open Jupyter Notebook and run lab files:
jupyter notebook
- Lab 1 โ Introduction to AI programming and basic experiments.
- Lab 2 โ Will be added later.
- Lab 3 โ Will be added later.
Each lab folder contains its own files and results.
- Add more labs (Lab2, Lab3, โฆ).
- Update
requirements.txt
when new Python libraries are used (e.g.,numpy
,pandas
,matplotlib
,scikit-learn
,torch
,tensorflow
). - Maintain clear results and documentation for each lab.
Muhammad Asif BS Computer Science โ AI Lab Work Repository