Found 86 repositories(showing 30)
ERAMITDHOMNE
hadoop-projects IBM stock project Get IBM stock dataset Clean the dataset Load dataset on the HDFS Build MapReduce program Process/ Analyse result Hadoop set up Run single node Hadoop cluster /usr/local/Celler/hadoop Check : https://www.slideshare.net/SunilkumarMohanty3/install-apache-hadoop-on-mac-os-sierra-76275019 http://zhongyaonan.com/hadoop-tutorial/setting-up-hadoop-2-6-on-mac-osx-yosemite.html Go to :http://localhost:50070/dfshealth.html#tab-overview Start : hstart Hadoop command: hadoop fs -ls hadoop fs -mkdir /hbp Upload a file in HDFS hadoop fs -put <localsrc> ... <HDFS_dest_Path> go to : http://localhost:50070/explorer.html#/hbp/ibm-stock Dataset head date - opening stock quote - high - low - traded volume - closing price Clean dataset with command : awk,sed,grep Run the program Copy jar to Hadoop Run the program on Hadoop system: hadoop jar /hbp/ibm-stock/ibm-stock-1.0-SNAPSHOT.jar /hbp/ibm-stock/ibm-stock.csv /hbp/ibm-stock/output Check output dir : hadoop fs -ls /hbp/ibm-stock/output Copy file from HDFS to local file system : hadoop fs -get /hpb/ibm-stock/output/part-r-00000 home/Users/hien/results.csv Check head home/Users/hien/results.csv Customer Analysis Collect data Customer master data : MySQL Logs : text file Twitter feeds : JSON Load data from data sources in HDFS Mug data Create table in Hive to store data in format Query and join tables Export data Set up stack: Hortonwork data platform HDP Install HDP sandbox: HDP 2.3 HDP : hive, squoop , Fraud Detection system Clean dataset Create model Using: Spark and Hadoop Problem: predict payment transaction is suspect Build model : Find relevant field: Apache Spark 2 Spark ecosystem : Spark core Spark streaming Spark SQL MLlib GraphX Spark-R Apache Spark component: + navigate to : localhost:4040 run spark-shell : $SPARK_HOME/bin/spark-shell Word count Create pairRDD : valpairRDD=stringRdd.map( s => (s,1)) Run reducebykey to count the occurency of each word : alwordCountRDD=pairRDD.reduceByKey((x,y) =>x+y) Run the collect to see the result : valwordCountList=wordCountRDD.collect Find the sum of integers Create RDD of even number from integers : valintRDD = sc.parallelize(Array(1,4,5,6,7,10,15)) Filter even numbers from RDD : valevenNumbersRDD=intRDD.filter(i => (i%2==0)) Sum the even numbers from RDD : val sum =evenNumbersRDD.sum Count the number of words in file : Read txt file : cat people.txt Read file from Apache Spark shell : val file=sc.textFile("/usr/local/spark/examples/src/main/resources/people.txt") Flaten the file, prcess and split , with each word : valflattenFile = file.flatMap(s =>s.split(", ")) Check the content of RDD : flattenFile.collect Count all words from RDD : val count = flattenFile.count Working with Data and Storage + Chua hoc 4 (RDD transformation),
nikhillokhande22
AI-powered fraud detection system using Spring Boot, React, JWT, MySQL, and FastAPI.
adityabobade7900
End-to-end financial fraud detection using Python, MySQL, ML and Power BI
FATIMA-FARMAN
End-to-end fraud detection pipeline using Python + SQL (Isolation Forest, MySQL analytics, reporting)
Yogesh0318
This project simulates a real-time fraud detection system using Python, MySQL, and Power BI
thillainirmal-tech
AI-based Fraud Detection Microservices System using Spring Boot, Kafka, Redis, MySQL, Docker, Prometheus & Grafana
DaniyalHayat
A project showcasing a financial fraud detection system using MySQL with features such as risk scoring, anomaly detection, and auditing.”)
Bhagyshreep
Real-Time Financial Fraud Detection System Developed a real-time fraud detection system using Java Spring Boot and MySQL. The system ingests transactions, checks for fraud patterns (e.g., high amount, frequency anomalies), and triggers alerts. APIs provide secure endpoints for registration, transaction input, and fraud analysis.
rohitks12987
UPI Fraud Detection System is a web-based app using Python and machine learning to detect suspicious UPI transactions. It analyzes user behavior and patterns to prevent fraud. MySQL stores data, Pandas processes it, Scikit-learn predicts fraud, OpenCV handles face verification, and Flask provides the interface.
FarihaAnis
An automated fraud detection system using LightGBM (machine learning), Flask (backend), MySQL (database), React.js (frontend), and Llama3 (AI summarization) to analyze transaction patterns, assign risk levels, and generate fraud reports, reducing manual review time from months to minutes.
ChiragCShekar
A real-time credit card fraud detection system built using Apache Kafka, Spark Structured Streaming, and MySQL. This DBT project focuses on detecting card duplication fraud by identifying transactions made using the same card in different locations within a short time, signaling potential misuse.
ScienceQtech is a startup that works in the Data Science field. ScienceQtech has worked on fraud detection, market basket, self-driving cars, supply chain .ScienceQtech dataset in the form of CSV, database, using MS Excel & MySQL
RAKESH-RAKHUNDE2024
Banking Transactional Fraud Detection Using Machine Learning With FastAPI + Streamlit + MySQL. Includes End To End Training Pipeline, Feature Engineering, Real Time Prediction UI, Batch CSV Scoring, Analytics Dashboard (Plotly), Secure Login/Logout, History Tracking, And CSV Export For Monitoring And Investigation.
atheshpramasivam6725-dotcom
Built a MySQL-based fraud detection system to analyze card transactions and identify high-value anomalies, repeated failed attempts, cross-border (impossible travel) patterns, and risky merchants using joins, CTEs, window functions, aggregations, and views for actionable risk reporting.
This project demonstrates how to detect fraudulent banking transactions using SQL queries in MySQL. It covers identifying suspicious activities such as frequent high-value transfers, duplicate transactions, and unusual withdrawals. Data is loaded from CSV files, analyzed for missing values, and flagged transactions are stored for further review.
rahulprakash-tech
fraud detection using jawa swing,JDBC and MySQL
SHIVATHMIKA26
Transaction Generator with Fraud Detection using Java & MySQL
evolvenest
SQL-based cyber fraud detection analysis using MySQL
pavankumar21-tech
fraud detection in banking transactions using MYSQL triggers
Aski1712
Expense Fraud Detection Pipeline using MySQL, Python, and Excel
AkulaSrujan74
Fraud Detection System using Python, MySQL, and Power BI
Wisdom-analyze
Fraud detection dashboard using MySQL, Ms Excel and Power BI
vijaykumardandu
SQL-based Banking Fraud Detection and Transaction Analytics using MySQL.
Vishal72590
Credit card fraud detection using 5 ML models + FastAPI + MySQL
shiivaaanii
Banking Transaction & Fraud Detection System using Spring Boot Microservices, Kafka, MySQL
ArpitaAnalytics
Fraud detection analysis of 50,000 bank transactions using MySQL and Power BI
vikash790
Real-time FX rate fraud detection automation using n8n, API, MySQL and email alerts
yash158mhatre
Real-time UPI transaction monitoring and fraud detection using FastAPI, Kafka, MySQL, and ML
vipermdn
Java-Based Mini Banking System with Fraud Detection, built using JDBC, MySQL with layered architecture.
M-developer-d
Real-time Fraud Detection System using Python, NumPy, MySQL . Flags suspicious transactions with anomaly detection and rule-based alerts.