From c277650bb6c5f3209f51a61814a71fe9bb1e3cac Mon Sep 17 00:00:00 2001 From: Harshdeep Singh <56130865+coderhersh@users.noreply.github.com> Date: Sun, 28 May 2023 00:21:25 +0530 Subject: [PATCH] data: project addition by [coderhersh] #695 (#910) --- src/DB/projects.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index 8f94d73c8..33c887aaa 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -1865,5 +1865,23 @@ "tech": ["HTML", "CSS", "JavaScript"] } ] + }, + { + "github_username": "coderhersh", + "Social_media": { + "gitHub": "https://github.com/coderhersh", + "LinkedIn": "https://www.linkedin.com/in/harshdeep-sde/", + "Instagram": "", + "YouTube": "", + "Twitter": "https://twitter.com/Hersch_dev" + }, + "Projects": [ + { + "link": "https://github.com/coderhersh/Credit-Card-Fraud-Detection", + "title": "Credit-Card-Fraud-Detection", + "description": "This is a machine learning project made on Credit Card Fraud Detection. The data is taken from Kaggle. Different classification machine learning algorithms have been applied to get the maximum accuracy.", + "tech": ["Python", "Jupyter Notebook"] + } + ] } ]