Skip to content

Commit 5cab8a5

Browse files
authored
Merge pull request #1681 from Savvythelegend/feature/add-new-projects
feat: Add Phishing-Detection, Time Series Projects, and Update Repo Structure
2 parents 58b93de + 62fc0f6 commit 5cab8a5

File tree

10 files changed

+20802
-15
lines changed

10 files changed

+20802
-15
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ venv/
3535
ENV/
3636

3737
# Dataset files (optional, depending on size)
38-
*.csv
39-
*.xlsx
4038
*.h5
41-
*.pkl
4239

4340
# Model files (optional, depending on size)
4441
*.model

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/recodehive/machine-learning-repos/network/members"><img src="https://img.shields.io/github/forks/recodehive/machine-learning-repos" alt="Forks Badge"/></a>
1111
<a href="https://github.com/recodehive/machine-learning-repos/pulls"><img src="https://img.shields.io/github/issues-pr/recodehive/machine-learning-repos" alt="Pull Requests Badge"/></a>
1212
<a href="https://github.com/recodehive/machine-learning-repos/issues"><img src="https://img.shields.io/github/issues/recodehive/machine-learning-repos" alt="Issues Badge"/></a>
13-
<a href="https://github.com/recodehive/machine-learning-repos/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/recodehive/machine-learning-repos?color=2b9348"></a>
13+
<a href="https://github.com/recodehive/machine-learning-repos/graphs/contributors?from=10%2F19%2F2024"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/recodehive/machine-learning-repos?color=2b9348"></a>
1414
<a href="https://github.com/recodehive/machine-learning-repos/blob/master/LICENSE"><img src="https://img.shields.io/github/license/recodehive/machine-learning-repos?color=2b9348" alt="License Badge"/></a>
1515
[![](https://visitcount.itsvg.in/api?id=gssoc-postman&label=Profile%20Views&color=0&icon=5&pretty=true)](https://visitcount.itsvg.in)
1616
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -25,15 +25,22 @@ This repository is organized into several key sections to help you find and cont
2525

2626
```
2727
machine-learning-repos/
28-
├── docs/ # Documentation and guidelines
29-
├── projects/ # ML projects by category
30-
│ ├── classification/ # Classification projects
31-
│ ├── detection/ # Detection models
32-
│ ├── generative-ai/ # LLMs and generative AI
33-
│ ├── nlp/ # Natural Language Processing
34-
│ ├── computer-vision/ # Computer Vision & OpenCV
35-
│ └── prediction/ # Prediction models
36-
└── tutorials/ # Educational content
28+
├── .github/
29+
├── docs/
30+
├── implementations/
31+
├── projects/
32+
│ ├── algorithms/
33+
│ ├── classification/
34+
│ ├── computer-vision/
35+
│ ├── data-analysis/
36+
│ ├── detection/
37+
│ ├── generative-ai/
38+
│ ├── nlp/
39+
│ ├── prediction/
40+
│ ├── recommendation/
41+
│ └── time-series/
42+
├── website/
43+
└── README.md
3744
```
3845

3946
See [Organization Guide](docs/ORGANIZATION.md) for detailed structure.
@@ -1146,7 +1153,7 @@ To truly excel in Machine Learning, consistent practice is essential—engage in
11461153
<h2 align="center">Our Contributors ❤️</h2>
11471154
<div align="center">
11481155
<h3>Thank you for contributing to our repository</h3>
1149-
<a href="https://github.com/recodehive/machine-learning-repos/graphs/contributors">
1156+
<a href="https://github.com/recodehive/machine-learning-repos/graphs/contributors?from=10%2F19%2F2024">
11501157
<img src="https://contrib.rocks/image?repo=recodehive/machine-learning-repos" />
11511158
</a>
11521159
</div>
@@ -1165,7 +1172,7 @@ To truly excel in Machine Learning, consistent practice is essential—engage in
11651172

11661173
Happy reading and here’s to your career success! 🎉
11671174
<br>
1168-
### recode-hive 2024
1175+
### recode-hive 2025
11691176

11701177
[Website](https://recodehive.com/) | [Instagram](https://www.instagram.com/sanjay.viswa_/) | [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/) | [Twitter](https://x.com/sanjay_kv_) | [YouTube](https://www.youtube.com/@RecodeHive)<br>
11711178
**🔔 Don’t miss a beat!** <br>
194 KB
Binary file not shown.

0 commit comments

Comments
 (0)