- data set preparation,
- use of machine learning algorithms,
- report with graphs, tables and transaction analysis
- comparison of the operation and accuracy of the three algorithms.
- Python v3+
- Machine learning libraries
- Streamlit
- Import all libraries
- Import streamlit using "import streamlit as st"
- "streamlit run main.py" in terminal
The project uses a free set of data from free access, which includes a collection of credit card transactions, both legitimate and fraudulent. The data set serves as the basis for training and evaluating the fraud detection model. We took the data set from the website kaggle.com. This site is an online resource and community for data science, machine learning and data research specialists.