Welcome to sem-Lab, a collaborative space for students to learn, build, and share projects across multiple domains like Computer Networks, Artificial Intelligence (AI), Tinkering, and more!
This repository is designed for IV,V Semester students to:
- Practice and submit lab programs.
- Collaborate on innovative mini-projects.
- Learn modern tech skills through peer contributions.
We aim to make learning interactive, open-source, and practical 🚀
| Folder | Description |
|---|---|
| CN | Computer Networks lab programs and notes. |
| AI | Artificial Intelligence experiments, Python notebooks, and mini-projects. |
| Tinkering | DIY hardware & creative project ideas. |
| OS | Operating Systems programs and reports. |
| DBMS | Database Management Systems exercises. |
We welcome contributions from everyone!
Here’s how you can contribute:
- Fork this repository.
- Create a new branch for your contribution:
git checkout -b feature-yourname-topic
git add . git commit -m "Added CN lab experiment on TCP/IP" git push origin feature-yourname-topic