Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +0,0 @@
# 🌟 Vsem-Lab — Collaborative Learning & Innovation Lab

Welcome to **Vsem-Lab**, a collaborative space for students to **learn, build, and share** projects across multiple domains like **Computer Networks**, **Artificial Intelligence (AI)**, **Tinkering**, and more!

---

## 🧩 About the Repository
This repository is designed for 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** 🚀

---

## 📚 Contents
| 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. |
| **ESD** | Embedded Systems Design experiments. |
| **CRT** | Campus Recruitment Training materials. |
| **DBMS** | Database Management Systems exercises. |

---

## 🤝 Contributing

We welcome **contributions from everyone!**
Here’s how you can contribute:

1. **Fork** this repository.
2. **Create a new branch** for your contribution:
```bash
git checkout -b feature-yourname-topic

---

git add .
git commit -m "Added CN lab experiment on TCP/IP"
git push origin feature-yourname-topic