GDSC-IGDTUW-Autumn-of-Code-2022 / ML-projects-2023

5 stars 28 forks source link

Credit-card fraud detection #7

Closed 9900riya closed 1 year ago

072arushi commented 1 year ago

@9900riya Please explain your project

ASHWINISHARMABTCSAI118 commented 1 year ago

@072arushi File can be uploaded to the server using Multer module. There are other modules in market but multer is very popular when it comes to file uploading. Multer is a node.js middleware which is used for handling multipart/form-data, which is mostly used library for uploading files. Multer will process only those form which are multipart (multipart/form-data). With this I would like to resolve the issue raised.Please kindly assign me with this.

9900riya commented 1 year ago

Here, I used Kaggle dataset creditcard.csv. Then pre-processed dataset and trained it by different machine learning models. Best accuracy is shown by Random Forest Classifier i.e. 96.2%. credit-card ..zip