All Projects → DARK-art108 → Bank-Note-Authentication

DARK-art108 / Bank-Note-Authentication

Licence: MIT License
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Bank-Note-Authentication

img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (+58.82%)
Mutual labels:  heroku, gcp, streamlit
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+123.53%)
Mutual labels:  heroku, gcp
Python-Studies
All studies about python
Stars: ✭ 56 (+229.41%)
Mutual labels:  flask-application, fastapi
flask heroku example
How to deploy a Flask application using Heroku
Stars: ✭ 34 (+100%)
Mutual labels:  heroku, flask-application
Text-Summarization
Abstractive and Extractive Text summarization using Transformers.
Stars: ✭ 38 (+123.53%)
Mutual labels:  fastapi, streamlit
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (+141.18%)
Mutual labels:  heroku, streamlit
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+9176.47%)
Mutual labels:  heroku, fastapi
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (+0%)
Mutual labels:  fastapi, streamlit
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+111.76%)
Mutual labels:  heroku, flask-application
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (+5.88%)
Mutual labels:  heroku, fastapi
stqdm
stqdm is the simplest way to handle a progress bar in streamlit app.
Stars: ✭ 75 (+341.18%)
Mutual labels:  streamlit
ruby3-rails6-bootstrap-heroku
An opinionated starter application based on Ruby 3.0, Rails 6.1, Webpack 5, Yarn, and Bootstrap 5, deployable on Heroku
Stars: ✭ 21 (+23.53%)
Mutual labels:  heroku
cloud-desktops
Cloud-based Virtual Desktops on Google Cloud Platform
Stars: ✭ 14 (-17.65%)
Mutual labels:  gcp
custom-ssh-key-buildpack
🔑 Add an SSH key to you Heroku dyno 🔑
Stars: ✭ 49 (+188.24%)
Mutual labels:  heroku
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+482.35%)
Mutual labels:  heroku
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (+5.88%)
Mutual labels:  gcp
plantuml-libs
A set of PlantUML libraries and a NPM cli tool to design diagrams which focus on several technologies/approaches: Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), C4 Model or even EventStorming and more.
Stars: ✭ 75 (+341.18%)
Mutual labels:  gcp
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+252.94%)
Mutual labels:  heroku
rasa-site-bot
A chatbot that fetches events details from a conference's website
Stars: ✭ 81 (+376.47%)
Mutual labels:  flask-application
django-heroku-skeleton
A modern Django 1.10+ skeleton. Works perfectly with Heroku.
Stars: ✭ 15 (-11.76%)
Mutual labels:  heroku

Authenticate Bank Notes Using Machine Learning 💵💳

📌 Introduction

This Machine Learning Web Application uses a several features of Banknotes like variance, skewness, curtosis and entropy to predict the Authenticy of Banknotes weither it is Genuine or Forged with an accuracy of 99.02% using Random Forest Classifier.This Dataset is taken from UCI Repository and also available in Kaggle,Data were extracted from images that were taken from genuine and forged banknote-like specimens. For digitization, an industrial camera usually used for print inspection was used. The final images have 400x 400 pixels. Due to the object lens and distance to the investigated object gray-scale pictures with a resolution of about 660 dpi were gained. Wavelet Transform tool were used to extract features from images,In this ml model we are considering 0 for geniune bank note and 1 for forged bank note.

🎯 Purpose of the Project

Whether we pull out paper bills or swipe a credit card, most of the transactions we engage in daily use currency. Indeed, money is the lifeblood of economies around the world. Currency refers to paper money or coins that are in circulation. But currency is actually only a small piece of the monetary economy and just one consideration when looking at the total money supply.

Indeed, most money today exists as credit money or as electronic records stored in databases in banks or financial institutions. But still, the bread and butter of everyday transactions is currency, and that is what we will look more closely at here.

Why Bank Notes Genuinity is Important 💵?

As now a days many transactions take place using plastic money , But Bank Notes and Coins are still is in the use and used by more than 56% of Indians as surveyed in 2019 and the major transactions from buying daily households to spending money in various places to buy things in small commodities shop to Barber Shops and Groceries are taken place in notes and if the notes used by people of the country are forged or duplicate this will leads to unstable economy and rise of crimes in country with illegal transactions, so we need to autheticate notes so that it can leads to stable economy and leads towards a well development of country.

Our Model performs fairly well with an accuracy of 99% and an F1 Score of 95% and Recall Score of 92% as we have used Bagging Technique which is Random Forest Classifier with Sklearn library. This provides a handy tool to utilize the power of Machine Learning and Artificial Intelligence in Binary Classification Problems where time and accuracy is the paramount objective of classification.

🏁 Technology Stack

🏃‍♂️ Local Installation

  1. Drop a on the Github Repository.
  2. Clone the Repo by going to your local Git Client and pushing in the command:
https://github.com/DARK-art108/Bank-Note-Authentication-End-to-End-Project-1.git
  1. Install the Packages:
pip install -r requirements.txt

You need to install flask seperatly with a latest version to run the flask app in Postman.

Use FastAPI to Build a Fast API

image

Run the FastAPI using this CMD:

uvicorn app:app --reload

INFO: Uvicorn running on http://127.0.0.1:8000 / Or on your metioned PORT No

One of the best FastAPI feature is you will get Swagger UI a best testing enviroment for your API inbuilt. For acessing it :

Go to http://127.0.0.1:8000/docs and enjoy the application

Dockerize your Application

1.Create a Dockerfile to create a Docker Image.

FROM python:3.7-buster
COPY . /app
EXPOSE 5000
WORKDIR /app
RUN pip install -r requirements.txt
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]

2.Build the Docker Image

docker build -t {Name_of_your_Image}

3.Run your Docker Image

docker run -p 5000:5000 bank_auth

Note: bank_auth is a docker image name, you can name it anything!!

Now your Docker Container is running at http://127.0.0.1:8000/docs and this is the Swagger UI of FastAPI.

Frontend Using Streamlit

image

1.Run your Streamlit App

streamlit run {Name_of_Your_Streamlit_App}.py

For this Project Run this CMD:

streamlit run Streamlit_App.py

📋 Further Changes to be Done

  • Deploying the Web Application on Cloud.
    • AWS BeanStalk
    • Google Cloud Platform
    • Azure

📜 LICENSE

MIT

📊 Repo Stats

Repo Size License Forks Stars Maintenance Website perso.crans.org forthebadge made-with-python

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].