-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_data.js
More file actions
30 lines (30 loc) · 1.69 KB
/
project_data.js
File metadata and controls
30 lines (30 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export const project_data = [
{
title: "Credit-Card-Fraud-Detection",
image: "creditcard.png",
description:
"A Machine learning–based credit card fraud detection system using a hybrid ensemble of Random Forest and XGBoost. The project handles highly imbalanced data using SMOTE, performs feature engineering, threshold optimization, and evaluates performance and confusion matrices. Includes model saving and real-time fraud prediction.",
badges: ["Python", "Flask", "Machine Learning", "XGBoost", "Random Forest", "HTML", "CSS", "JavaScript"],
github: "https://github.com/ktirumalaachari/Credit-Card-Fraud-Detection-Using-Machine-Learning.git",
live: "https://credit-card-fraud-detection-iid3.onrender.com/",
},
{
title: "Netflix-Clone",
image: "Netflix-Clone.png",
description:
"Mern Stack Projects. React Projects. Netflix Clone with React, Redux Toolkit, Nodejs, Firebase, Express, MongoDB and many more technologies.",
badges: ["React js", "Express js", "MongoDB", "Redux", "Firebase", "Noode js"],
github:
"https://github.com/ktirumalaachari/Netflix-Clone.git",
live: "https://Netflix-Clone.git.vercel.app/",
},
{
title: "Spotify-Clone",
image: "Spotify-Clone.png",
description:
"A Full Stack Spotify clone, and Stripe, emulates Spotify’s user interface and user experience while boasting robust backend functionalities. ",
badges: ["Next.js", "PostgrSQL", "React js", "Tailwind CSS" ],
github: "https://github.com/ktirumalaachari/Spotify-Clone.git",
live: "https://Spotify-Clone.git.vercel.app/",
},
];