diff --git a/README.md b/README.md
index 19563186c..8cb90ffa3 100644
--- a/README.md
+++ b/README.md
@@ -4,51 +4,113 @@
-Welcome to **Deep Learning Simplified**! ๐ This open-source repository is a comprehensive collection of deep learning projects, ranging from beginner to advanced levels. Our aim is to demystify deep learning concepts and provide a hands-on platform for contributors to start or deepen their journey into the fascinating world of neural networks. Whether you're a seasoned machine learning expert or just getting started, there's something here for everyone! ๐
+## ๐ Badges
-Check out the official **Deep Learning Simplified** website for more information: [Click Here! ๐ฏ](https://tinyurl.com/deep-learning-simplified)
+
+
+
+
+
+
+
+
+---
+## ๐ Table of Contents
-
+- [Introduction](#-introduction)
+- [Why This Project Exists](#-why-this-project-exists)
+- [What is Deep Learning](#-what-is-deep-learning)
+- [Tech Stack](#-tech-stack)
+- [Workflow](#-contribution-workflow)
+- [Open Source Programs](#open-source-programs)
+- [Project Structure](#-project-structure)
+- [New Contributors Guide](#-how-to-start-a-new-project)
+- [Achievements](#-achievements-of-this-project-repo)
+- [Contact](#contact)
-
-
-
-
-
-
-
-
-
+
-
+---
-## ๐ Table of Contents
-- [Introduction](#-deep-learning-simplified)
-- [Welcome Contributors! ๐ด](#-welcome-contributors)
-- [Project Structure ๐](#structure-of-the-projects-)
-- [Workflow ๐งฎ](#-workflow)
-- [Open Source Programs โ๏ธ](#๏ธopen-source-programs)
-- [New to Open Source? ๐ค](#-new-to-open-source-programsevents)
-- [Achievements ๐](#-achievements-of-this-project-repo-)
-- [Project Admin](#project-admin)
-- [Top Contributors โจ](#top-contributors)
-- [Star This Project โญ](#give-this-project-a-star)
-- [Contact ๐ฌ](#contact)
-
-
-
-****************************************************
-## ๐ด Welcome contributors!
-Deep learning is a subset of machine learning, which is essentially a neural network with three or more layers. These neural networks attempt to simulate the behavior of the human brainโalbeit far from matching its abilityโallowing it to โlearnโ from large amounts of data. Deep learning allows computational models that are composed of multiple processing layers to learn representations of data with multiple levels of abstraction. The concept of deep learning is not new. It has been around for a couple of years now. Itโs in hype nowadays because earlier we did not have that much processing power and a lot of data. As in the last 20 years, the processing power increased exponentially, deep learning and machine learning came into the picture.
-**Deep Learning Simplified is an open-source repository containing beginner to advanced-level deep learning projects for contributors who are willing to start their journey in deep learning.**
-
-## Structure of the Projects ๐
-This repository consists of various machine learning projects, and all of the projects must follow a certain template. I want the contributors to keep this in mind while contributing to this repository.
-**Dataset** - This folder stores the dataset used in this project. If the dataset cannot be uploaded to this folder due to its large size, then put a README.md file inside the Dataset folder and include the link to the collected dataset. That'll work!
-**Images** - This folder is used to store the images generated during the data analysis, data visualization, and data segmentation of the project.
-**Model** - This folder will contain your project file (that is .ipynb file) whether it's for analysis or prediction. In addition to the project file, it should also have a **'README.md'** using this [template](https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md) and **'requirements.txt'** file that includes all necessary add-ons and libraries for the project.
+## ๐ Introduction
+
+Welcome to **Deep Learning Simplified** ๐
+This repository is a structured, beginner-friendly yet scalable deep learning open-source ecosystem where contributors learn by building real-world ML projects, improving models, and collaborating in a production-style workflow.
+
+โจ Perfect for:
+- GSSoC / Hacktoberfest contributors
+- ML beginners
+- Open-source learners
+- Deep Learning enthusiasts
+It is designed to help contributors:
+- Learn deep learning practically
+- Work on real-world projects
+- Contribute to open source
+
+๐ Official Website: [Deep Learning Simplified](https://tinyurl.com/deep-learning-simplified)
+
+---
+
+## โก Quick Start
+
+```bash
+git clone https://github.com/abhisheks008/DL-Simplified.git
+cd DL-Simplified
+pip install -r requirements.txt
```
+
+## ๐ฏ Why This Project Exists
+
+Most beginners struggle with:
+- Lack of structured ML projects
+- No clear contribution workflow
+- Difficulty understanding real-world deep learning pipelines
+
+This repository solves that by providing:
+- ๐ฆ Standard project architecture
+- ๐ง Real deep learning implementations
+- ๐ค Open-source contribution pathways
+- ๐ GSSoC-ready onboarding experience
+
+## โจ Project Highlights
+
+- ๐ง Beginner โ Advanced Deep Learning projects
+- ๐งช Real-world ML pipelines
+- ๐ Open-source collaboration friendly
+- ๐ฆ Structured dataset + model + deployment format
+- ๐ Actively maintained for GSSoC contributors
+
+## ๐ง What is Deep Learning?
+
+Deep learning is a subset of machine learning that uses neural networks with multiple layers.
+It allows models to learn patterns from large datasets and make intelligent predictions.
+
+---
+
+## โ๏ธ Tech Stack
+
+- Python ๐
+- TensorFlow / PyTorch
+- Scikit-learn
+- Pandas / NumPy
+- Matplotlib / Seaborn
+
+
+## ๐๏ธ Project Structure
+
+Each project follows this structure:
+
+- **Dataset/** โ Contains datasets or dataset links
+- **Images/** โ Visual outputs (EDA, graphs, results)
+- **Model/** โ Jupyter notebooks and model code
+- **Web App/** โ Optional deployment/demo
+- **requirements.txt** โ Dependencies
+
+---
+
+```text
+
Project Folder Name/
|
โโโ Dataset/
@@ -72,91 +134,79 @@ Project Folder Name/
|
โโโ README.md <- Master README.md file for the project folder
โโโ requirements.txt <- requirements file for the list of plugin(s) & functions
+
```
Please follow the [Code of Conduct](https://github.com/abhisheks008/DL-Simplified/blob/main/Code_of_conduct.md) and [Contributing Guidelines](https://github.com/abhisheks008/DL-Simplified/blob/main/CONTRIBUTING.md) while contributing in this project repository.
-## ๐งฎ Workflow
-- Go through the project repository and the [README](https://github.com/World-of-ML/DL-Simplified/blob/main/README.md) to get an idea about this repository.
-- Check out the existing issues present there in the [Issues](https://github.com/World-of-ML/DL-Simplified/issues) section.
-- Comment out in the issue, you wanna work on.
-- Wait for the issue to be assigned to you. Once it's assigned to you, start working on it.
-- Fork the repository.
-- Clone your forked repository using terminal or gitbash. Also you can simply use the web version of GitHub to add your files.
-- Make changes to the cloned repository.
-- Add, Commit and Push.
-- Then on GitHub, in your cloned repository, find the option to make a pull request.
-- The project admin will evaluate your PR and provide remarks accordingly. If it satisfies all the criteria, your PR will be merged, and your contributions will be counted.
-
-
-************************************************************
-## โ๏ธOpen Source Programs!
-
+## ๐ Contribution Workflow
+
+Follow these steps to contribute to this project:
+
+### 1. Fork the repository
+Click the "Fork" button on the top right of the repository page.
-## ๐ค New to Open Source programs/events!
-Here are a few articles that will help you get an idea of how to start contributing to open source projects:
-You can refer to the following articles on the basics of Git and Github.
-- [Watch this video to get started, if you have no clue about open source](https://youtu.be/SYtPC9tHYyQ)
-- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
-- [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request)
-- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
-- [Getting started with Git and GitHub](https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6)
+### 2. Clone your forked repository
+```bash
+git clone https://github.com//DL-Simplified.git
+```
+
+### 3. Navigate to the project folder
+
+```bash
+cd DL-Simplified
+```
+
+### 4. Create a new branch
+
+```bash
+git checkout -b feature-name
+```
+
+### 5. Make your changes
+
+- Add your project or fix issues
+- Follow the folder structure properly
+- Test your code before committing
+
+### 6. Commit your changes
+
+```bash
+git commit -m "feat: add your changes"
+```
+
+### 7. Push your changes
+
+```bash
+git push origin feature-name
+```
+
+### 8. Create a Pull Request
+
+Go to your forked repository โ Click **Compare & Pull Request**
+
+
+## ๐งช How to Start a New Project
+
+1. Choose a problem statement
+2. Add dataset inside `Dataset/`
+3. Build model in `Model/`
+4. Save outputs in `Images/`
+5. (Optional) Deploy using `Web App/`
+6. Update README with results
+
+## โ๏ธ Open Source Programs
+
+This project is actively contributing to major open-source programs:
+
+- ๐ GirlScript Summer of Code (GSSoC)
+- ๐ฅ Social Summer of Code (SSOC)
+- โ๏ธ Social Winter of Code (SWOC)
+- ๐ Hacktoberfest
+- โก CodePeak
+
+๐ก This repository is maintained with a strong focus on GSSoC contributors, making it beginner-friendly and structured for real-world contributions.
## ๐ Achievements of this Project Repo ๐
:one: **Recognized as the "๐ฅ TOP PROJECT ADMIN" for Social Summer of Code, for the year 2022.**
@@ -165,7 +215,7 @@ You can refer to the following articles on the basics of Git and Github.
4๏ธโฃ **Recognized as the "๐ฅ TOP PROJECT ADMIN" for GirlScript Summer of Code, for the year 2024.**
5๏ธโฃ **Recognized as the "๐ฅ TOP PROJECT ADMIN" for GirlScript Summer of Code Extended x HacktoberFest, for the year 2024.**
-*************************************************************
+---
โProject Admin
@@ -175,8 +225,8 @@ You can refer to the following articles on the basics of Git and Github.
+---
-****************************************************************
โจTop Contributors
Thanks to these wonderful people! Contributions of any kind are welcome! ๐
@@ -193,7 +243,8 @@ Thanks to these wonderful people! Contributions of any kind are welcome! ๐
-**************************************************************
+---
+
โญGive this Project a Star
[](https://github.com/abhisheks008/) [](https://twitter.com/abhishek_py3)