Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid200026/fraud-detection-in-user-transaction
https://github.com/sid200026/fraud-detection-in-user-transaction
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sid200026/fraud-detection-in-user-transaction
- Owner: Sid200026
- Created: 2020-07-24T10:56:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T23:04:41.000Z (about 2 years ago)
- Last Synced: 2023-03-05T20:38:10.264Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fraud-Detection-in-User-Transaction
## Introduction
With the advent of online transactions, the number of fraudulent transactions have increased. Fraudulent transactions hinders the growth of the organisation and also affects them monetarily. Moreover, currently a small percentage of organisations use statistical analysis on their sales data to identify how their sales are performing and identify cold regions, hotspots and ways to maximise profit.
Through this project, we aim to solve two common problems for the current generation of small and medium scale businesses :
1. Reduce fraudulent transactions
2. Improve sales through analyticsWe aim to develop a real-time cloud based services for fraud detection via RESTful APIs and GraphQL and a real-time analytical dashboard plugin for sales data analysis that can be used along with any type of SQL or NOSQL databases.
## Installation
### Cloud Service
```
sh setup.sh
cd cloud/
source env/bin/activate
flask run
```### Analytical Dashboard
Terminal 1
```
cd client/
npm install
npm start
```Terminal 2
```
cd dashboard-backend/
npm i
```
Create a .env file similar to .env.example```
npm run dev
```