Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fastag Fraud Detection System #688

Merged
merged 2 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Fastag Fraud Detection System/Dataset/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Dataset
## Overview
This folder contains the dataset used for the Fast Tag Fraud Detection project.

- **File**: `dataset.csv`
- **Description**: This CSV file includes Fastag transaction data, detailing various attributes such as vehicle type, toll booth location, transaction amount, etc.

If the dataset is too large to upload here, please refer to the [link](https://www.kaggle.com/datasets/krishujeniya/fastag-frauds-records) to download it.
5,001 changes: 5,001 additions & 0 deletions Fastag Fraud Detection System/Dataset/dataset.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Fastag Fraud Detection System/Images/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Images

## Overview
This folder contains images generated during different stages of the project:

## Structure
- `.eda` : Visualizations from exploratory data analysis.


- `.explanatory_analysis`: Detailed charts explaining relationships and patterns.


- `.feature_engineering`: Visuals created during feature engineering.


- `.ml_deployment`: Images related to the model deployment.


- `.ml_evaluation`: Actual vs predicted graphs and other evaluation metrics.
- `.Actual_vs_Predicted`: Comparison between actual and predicted values.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fastag Fraud Detection System/Images/eda/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Fastag Fraud Detection System/Model/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Model

This folder contains the Jupyter notebook and associated files for the project.

## Contents
- **File**: `projectfile.ipynb`
- Contains all the steps of data exploration, feature engineering, model development, and evaluation.

- **File**: `dataset.csv`
- The dataset used within the notebook for analysis and model training.


- **File**: `model.pkl`
- The trained model saved in a pickle file format.
- Use this model for deployment or further analysis.
- Load the model using the following code:


## Instructions
1. Open the `projectfile.ipynb` to view the step-by-step workflow.
2. Install the necessary dependencies listed in the `requirements.txt` file.
Binary file not shown.
5,001 changes: 5,001 additions & 0 deletions Fastag Fraud Detection System/Model/dataset.csv

Large diffs are not rendered by default.

Loading
Loading