This repository contains my semester-wise projects from my BS in Artificial Intelligence at NFC Institute of Engineering & Technology (NFC IET), Multan (2k24-28).
It serves as a collection of all small and large projects completed during my degree, showcasing my learning progress, coding skills, and subject applications.
NFC-Projects/
│
├── PhoneBook-HashTable/
│ └── README.md
│
├── SearchEngine/
│ └── README.md
│
├── .github/
| └── workflows/
│ └── syntax-check.yml
|
└── README.md (this file)- Track and store all university projects
- Showcase my AI + CS journey step by step
- Collaborate with friends and share learning
- Build a portfolio for the future
Some projects were developed solo, others in collaboration with friends.
Each project folder includes its own README.md with details like:
- Semester & course
- Features & concepts used
- How to run
Clone this repository:
git clone https://github.com/Muawiya-contact/NFC-Projects.git
cd NFC-ProjectsNavigate to any project folder and run it. Example:
cd SearchEngine
python main.pyThis repo will keep growing as I learn and build more. Stay tuned for new projects each semester!
For collaboration or questions, reach out via GitHub.