File size: 3,531 Bytes
2e24030
 
 
 
 
 
 
 
 
 
2f03211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e24030
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
title: FraudSenseXAI
emoji: 🏃
colorFrom: yellow
colorTo: yellow
sdk: gradio
sdk_version: 4.13.0
app_file: app.py
pinned: false
---
<html>
    <head>
        <title>FraudSenseXAI</title>
        <style>
            body {
                font-family: 'Arial', sans-serif;
                margin: 0;
                padding: 0 0 100px; /* Adjust bottom padding */
                background-color: #f4f4f4;
                color: #333;
                line-height: 1.6;
            }
            .container {
                width: 80%;
                margin: auto;
                overflow: hidden;
                padding-bottom: 120px; /* Additional padding to push content up */
            }
            h1, h2 {
                color: #0056b3;
            }
            h1 {
                font-size: 2.5em;
                margin-bottom: 10px;
            }
            h2 {
                font-size: 1.8em;
                margin-top: 30px;
            }
            p {
                font-size: 1.1em;
            }
            ul {
                list-style-type: none;
                padding: 0;
            }
            ul li {
                background: #e9ecef;
                padding: 10px;
                margin-bottom: 10px;
                border-radius: 5px;
            }
            ul li strong {
                color: #007bff;
            }
            footer {
                background-color: #333;
                color: #fff;
                text-align: center;
                padding: 10px;
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>FraudSenseXAI</h1>
            <h2>Overview</h2>
            <p><strong>FraudSenseXAI</strong> is an innovative Machine Learning (ML) and Explainable Artificial Intelligence (XAI) application, developed as a part of an MSc final project by Othniel Obasi. This application is dedicated to detecting and analyzing fraudulent activities, with a strong emphasis on the interpretability and transparency of its AI models.</p>
            <h2>Key Features</h2>
            <ul>
                <li><strong>Robust Fraud Detection:</strong> Utilizes advanced ML techniques to identify fraudulent transactions accurately.</li>
                <li><strong>Explainable AI Elements:</strong> Employs XAI approaches to provide clear insights into the decision-making processes of the AI.</li>
                <li><strong>Interactive Web Interface:</strong> Features a user-friendly web application for easy access and interpretation of results.</li>
                <li><strong>Dynamic Visualizations:</strong> Integrates Plotly for interactive and insightful data visualizations.</li>
                <li><strong>Applicability Across Sectors:</strong> Suitable for use in finance, e-commerce, digital banking, and other sectors.</li>
            </ul>
            <h2>About the Author</h2>
            <p>This project is an MSc Dissertation on the XAI Application of Fraud Detection, authored by Othniel Obasi. It represents a significant contribution to the field of AI, offering practical solutions and valuable insights for the detection of fraudulent activities using AI.</p>
        </div>
        <footer>
            <p>FraudSenseXAI © 2024</p>
        </footer>
    </body>
</html>

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference