Othniel74 commited on
Commit
fe53fcc
1 Parent(s): a6c8ba1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -9,4 +9,83 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
12
+ <html>
13
+ <head>
14
+ <title>FraudSenseXAI</title>
15
+ <style>
16
+ body {
17
+ font-family: 'Arial', sans-serif;
18
+ margin: 0;
19
+ padding: 0 0 100px; /* Adjust bottom padding */
20
+ background-color: #f4f4f4;
21
+ color: #333;
22
+ line-height: 1.6;
23
+ }
24
+ .container {
25
+ width: 80%;
26
+ margin: auto;
27
+ overflow: hidden;
28
+ padding-bottom: 120px; /* Additional padding to push content up */
29
+ }
30
+ h1, h2 {
31
+ color: #0056b3;
32
+ }
33
+ h1 {
34
+ font-size: 2.5em;
35
+ margin-bottom: 10px;
36
+ }
37
+ h2 {
38
+ font-size: 1.8em;
39
+ margin-top: 30px;
40
+ }
41
+ p {
42
+ font-size: 1.1em;
43
+ }
44
+ ul {
45
+ list-style-type: none;
46
+ padding: 0;
47
+ }
48
+ ul li {
49
+ background: #e9ecef;
50
+ padding: 10px;
51
+ margin-bottom: 10px;
52
+ border-radius: 5px;
53
+ }
54
+ ul li strong {
55
+ color: #007bff;
56
+ }
57
+ footer {
58
+ background-color: #333;
59
+ color: #fff;
60
+ text-align: center;
61
+ padding: 10px;
62
+ position: fixed;
63
+ left: 0;
64
+ bottom: 0;
65
+ width: 100%;
66
+ }
67
+ </style>
68
+ </head>
69
+ <body>
70
+ <div class="container">
71
+ <h1>FraudSenseXAI</h1>
72
+ <h2>Overview</h2>
73
+ <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>
74
+ <h2>Key Features</h2>
75
+ <ul>
76
+ <li><strong>Robust Fraud Detection:</strong> Utilizes advanced ML techniques to identify fraudulent transactions accurately.</li>
77
+ <li><strong>Explainable AI Elements:</strong> Employs XAI approaches to provide clear insights into the decision-making processes of the AI.</li>
78
+ <li><strong>Interactive Web Interface:</strong> Features a user-friendly web application for easy access and interpretation of results.</li>
79
+ <li><strong>Dynamic Visualizations:</strong> Integrates Plotly for interactive and insightful data visualizations.</li>
80
+ <li><strong>Applicability Across Sectors:</strong> Suitable for use in finance, e-commerce, digital banking, and other sectors.</li>
81
+ </ul>
82
+ <h2>About the Author</h2>
83
+ <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>
84
+ </div>
85
+ <footer>
86
+ <p>FraudSenseXAI © 2024</p>
87
+ </footer>
88
+ </body>
89
+ </html>
90
+
91
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference