Skip to content

Commit c50b1df

Browse files
authored
Merge branch 'prathimacode-hub:main' into main
2 parents 8e882e4 + df78ad7 commit c50b1df

File tree

6 files changed

+150
-23
lines changed

6 files changed

+150
-23
lines changed

Diff for: .github/DCP_SCORECARD.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<h1> DCP - SCORE CARD 2021 ✨✨✨ </h1> <br>
22
<h2> Welcome to the Repo Officially!!..🙌👏 </h2> <br>
33

4-
## Total Number Of PR's : 6
4+
## Total Number Of PR's : 10
55
## Total Number of Contributors : 5
66

77

88
Name : Ayushi Shrivastava <br>
99
Github : https://github.com/ayushi424 <br>
10-
Number of PR's : 2 <br>
11-
Projects Done : Linear Regression Algorithm (Level 3) | Random Forest Regressor Algorithm (Level 3) | <br>
12-
Points : 80 <br>
10+
Number of PR's : 4 <br>
11+
Projects Done : Linear Regression Algorithm (Level 3) | Random Forest Regressor Algorithm (Level 3) | Decision Tree Classifier (Level 3) | KNN Algorithm (Level 3) | <br>
12+
Points : 160 <br>
1313

1414
Name : Vaishnavi Patil <br>
1515
Github : https://github.com/vaishnavipatil4848 <br>
@@ -19,9 +19,9 @@ Points : 20 <br>
1919

2020
Name : Shivani Rana <br>
2121
Github : https://github.com/shivani6320 <br>
22-
Number of PR's : 1 <br>
23-
Projects Done : Object Detection using Tensor Flow (Level 3) | <br>
24-
Points : 40 <br>
22+
Number of PR's : 2 <br>
23+
Projects Done : Object Detection using Tensor Flow (Level 3) | Word Tokenization Techniques in NLP (Level 3) | <br>
24+
Points : 80 <br>
2525

2626
Name : Raghu Madhav Tiwari <br>
2727
Github : https://github.com/RaghuMadhavTiwari <br>
@@ -31,7 +31,7 @@ Points : 40 <br>
3131

3232
Name : Hrug Ved <br>
3333
Github : https://github.com/hrugved06 <br>
34-
Number of PR's : 1 <br>
35-
Projects Done : NLP based Chatbot (Level 3) | <br>
36-
Points : 40 <br>
34+
Number of PR's : 2 <br>
35+
Projects Done : NLP based Chatbot (Level 3) | Youtube Comments Classifier (Level 3) | <br>
36+
Points : 80 <br>
3737

Diff for: .github/readme_template.md

+89-13
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,117 @@
11
**PROJECT TITLE**
2+
23
The project title should be "Name of the Algorithm" or "Name of the Tutorial you'll showcasing about
34

4-
**INTRODUCTION**
5-
Define the algorithm
5+
6+
**GOAL**
7+
8+
Write the main goal of this project and what's the purpose of it
9+
610

711
**PURPOSE**
12+
813
What's the purpose of this "Title Taken"
914

10-
**BRIEF EXPLANATION**
11-
Explain briefly about the "Title Taken"
1215

13-
**WORKING CONDITIONS**
14-
Write down the step by step procedure of how this works using points.
16+
**DATASET** (if applicable)
17+
18+
Add a link to dataset and from where it's taken.
19+
20+
21+
**DESCRIPTION**
22+
23+
Short description about the idea and approach you had gone with
24+
25+
26+
**WHAT I HAD DONE**
27+
28+
What have you worked on for this issue should be stated using points.
29+
30+
31+
**WORKFLOW OF YOUR PROJECT FILES**
32+
33+
Add the workflow of the script point by point to get good understanding of the concept
34+
35+
36+
**DIAGRAMS**
37+
38+
Showcase various diagrams or flowcharts to get good understanding of this concept in an explanatory manner. Visual reprsentations makes things more clear.
39+
40+
41+
**STATE YOUR PROCEDURE AND UNDERSTANDING FROM YOUR WORK**
42+
43+
List out the procedure you had used and how did you implement it.
44+
45+
Why had you choose this approach and what is your understanding from your work you had done.
46+
47+
What did you learn while working on this issue.
48+
49+
Why have you choosed this methodology should also be stated.
50+
51+
52+
**DETAILED EXPLANATION OF SCRIPT, IF APPLICABLE**
53+
54+
Provide detailed explanation of the script in elaborative manner using points
55+
1556

1657
**USAGE**
17-
Why have you choosed this specifically should be stated
58+
59+
Why have you choosed this issue specifically should be stated
60+
1861

1962
**USE CASES**
20-
Explain few examples where this can work in an elaborative manneer to provide good efficiency and optimum results
63+
64+
Explain few examples where this can work in an explanatory way to provide good efficiency and optimum results
65+
2166

2267
**LIBRARIES USED**
68+
2369
Add all the libraries you had used to explain this concept
2470

71+
2572
**ADVANTAGES**
26-
Advantages of this concept
73+
74+
Advantages of this issue for one to choose this concept
75+
2776

2877
**DISADVANTAGES**
29-
Disadvantages of this concept
78+
79+
Disadvantages of this concept and where this can't be implied should be stated here
80+
3081

3182
**APPLICATIONS**
32-
Applications of this concept
83+
84+
List out all the applications where this concept can be useful
85+
86+
87+
**RESEARCH**
88+
89+
Have you done any research on this issue, if so describe more on it
90+
91+
92+
**SCREENSHOTS**
93+
94+
Add screenshots of the output or visualizations or anything related to your script to show it works
95+
3396

3497
**CONCLUSION**
98+
3599
What's the conclusion of this concept. It should be clear and precise.
100+
Also showcase the appropriate results derived if it's applicable. Be briefer.
101+
36102

37103
**REFERENCES**
38-
Add the references you had referred to provide good understanding on this concept.
104+
105+
Add all the references you had referred to provide good understanding on this concept.
106+
Add all the references beginner should refer to clear their concepts.
107+
39108

40109
**YOUR NAME**
41-
Add your name, also can add your social media links if any.
110+
111+
Add your full name, also can add your social media links if any.
112+
113+
114+
**DISCLAIMER, IF ANY**
115+
116+
Use this section to mention if any particular disclaimer is required
117+

Diff for: Computer Vision/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
## Computer Vision
2+
3+
List of all the enclosed projects and Tutorials regarding Computer Vision can be found here:
4+
5+
Algorithms
6+
7+
[Object Detection using TensorFlow](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Computer%20Vision/Object%20Detection%20using%20Tensorflow)
8+
9+
Tutorials
10+
11+
12+
13+
114

Diff for: Machine Learning/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Machine Learning
2+
3+
List of all the enclosed projects and Tutorials regarding Machine Learning can be found here:
4+
5+
Algorithms
6+
7+
- [Decision Tree Classifier](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Algorithms/Decision%20Tree%20Classifier)
8+
9+
- [KNN Classifier](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Algorithms/KNN%20Classifier)
10+
11+
- [Linear Regression](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Algorithms/Linear%20Regression)
12+
13+
- [Random Forest Classifier](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Algorithms/Random%20Forest%20Classifier)
14+
15+
- [Random Forest Regressor](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Algorithms/Random%20Forest%20Regressor)
16+
17+
Tutorials
18+
19+
- [Youtube Comments Classifier](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Machine%20Learning/Tutorials/Youtube%20Comments%20Classifier)
20+
21+

Diff for: Natural Language Processing/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
## Natural Language Processing
2+
3+
List of all the enclosed projects and Tutorials regarding Natural Language Processing can be found here:
4+
5+
Algorithms
6+
7+
- [Text Summarization](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Natural%20Language%20Processing/Algorithms/Text%20Summarization)
8+
9+
- [Word Tokenization Techniques](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Natural%20Language%20Processing/Algorithms/Word%20Tokenization%20Techniques)
10+
11+
Tutorials
12+
13+
- [NLP Based Chatbot](https://github.com/prathimacode-hub/DS-ScriptsNook/tree/main/Natural%20Language%20Processing/Tutorials)
114

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ This project is a part of this open source progam.
149149
</tr>
150150
</table>
151151

152+
Once your **PR is merged**, make sure you fill up this form.
153+
154+
**Form Link : https://docs.google.com/forms/d/e/1FAIpQLSfLNWo_eTLYVzSfijMug_fGAjQmhHXINA3kp4Eig3pzQXJacg/viewform**
155+
152156
You can check out your points scored here : **[DCP_SCORECARD](https://github.com/prathimacode-hub/DS-ScriptsNook/blob/main/.github/DCP_SCORECARD.md
153157
)** <br>
154158
**Point to Note** : It will be updated once in 4 days.

0 commit comments

Comments
 (0)