Semester-wise projects from my BS in Artificial Intelligence at NFC Institute of Engineering & Technology (NFC IET), Multan — 2024 to 2028. Some were built solo, some with classmates (credited in each project's README). Parts of the code and documentation were written with AI assistance.
| Project | What it is |
|---|---|
| SearchEngine | Mini search engine with an inverted index and stack-based history (DSA lab) |
| Smart-Home-Simulator- | Phone-as-flashlight smart home simulator in Python/Flask (OOP lab) |
| Stocks Trend Analyzer | Stock trend analysis with data structures (DSA lab) |
| ai_academic_fixed | AcadAI — GPA prediction, weak-subject detection, and career guidance desktop app |
| msms | Medical Store Management System — React + Express + MySQL (Database lab) |
| CloudKernel | Java concurrency simulator visualizing VM scheduling and synchronization |
| CodingMoves-RCPlus | WiFi-controlled RC car on NodeMCU (ESP8266) |
| IoT_IDS | Intrusion detection system for IoT traffic (Information Security) |
| ResQTemp | Temperature and rescue alert system in assembly (COAL) |
| SFS | Secure File System — Django REST backend with JWT auth |
Each folder has its own README with setup and run instructions.
git clone https://github.com/Coding-Moves/BSAI-Projects.git
cd BSAI-ProjectsThen follow the README inside the project you want to run.
A GitHub Actions workflow checks Python syntax on every push and pull request.
MIT — see LICENSE.