GithubHelp home page GithubHelp logo

divyansh1195 / bank-notes-authenticator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 906 KB

End-to-end implementation and deployment of Machine Learning Bank Notes Authenticator web application created using python, flask, gunicorn, scikit-Learn, etc., and deployed on the Heroku web application platform.

Home Page: https://banknotesauthenticator.herokuapp.com/

License: GNU General Public License v3.0

Jupyter Notebook 71.14% Python 3.63% CSS 9.03% HTML 16.20%
python3 gunicorn-flask-webserver sckit-learn classification-model webapp heroku-deployment html-css random-forest detector jupyter-notebook bank-notes heroku-platform heroku-error python flask

bank-notes-authenticator's Introduction

Bank-Notes-Authenticator

Kaggle Python 3.6 Scikit-Learn

This repository consists of files required for end to end implementation and deployment of Machine Learning Bank Notes Authenticator web application created with flask and deployed on Heroku platform.

Table of Contents

App Link

If you want to view the deployed model, click on the following link:
https://banknotesauthenticator.herokuapp.com/

A glimpse of the web app:

GIF GIF

• If you encounter this webapp as shown in the picture given below, it is occuring just because free dynos for this particular month provided by the Heroku platform have been completely used. You can access the webpage on 1st of the next month.

• Sorry for the inconvenience.

Heroku-Error

About the App

The Bank Notes Authenticator is a flask web application which detects whether the bank notes are authentic or not based on certain parameters like variance, skewness, curtosis, and entropy. The code is written in Python 3.6.10.

As per the research, for values of variance between –3.3203 and –0.4080 and having skewness <= 0.7201, the model includes one more predictor Entropy, which detects that approximately 95% of banknotes are Fake if their entropy values are less than or equal to -0.2077, while for the entropy values greater than –0.2077 have 100% fake banknote detection. Furthermore, for variance between –0.4080 and 0.4957 and Kurtosis less than –0.1965, 71% of fake banknotes can be predicted and for value of Kurtosis greater than –0.1965, 75% of Genuine banknotes can be detected. Similarly other decision conditions are made based on independent variable chosen in the model which helps in classifying the fake banknote from genuine banknotes.

If you don't have Python installed, you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually to deploy this project.

The next step would be to follow the instruction given in the Heroku Documentation to deploy a web app.

Technologies Used

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result

Please do ⭐ the repository, if it helped you in anyway.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.