Skip to content

This Repo consists code for Bank Note Authentication App. Deployed using Flask and Python. Website is hosted on Heroku platform.

License

Notifications You must be signed in to change notification settings

purvit-vashishtha/Bank-Note-Authentication-App

Repository files navigation

Bank Note Authentication App

This repository contains code for predicting Bank Note if it is Authentic or not using certain attributes. Developed using Flask and python. Website is hosted on heroku. It's live at https://bankauthentication.herokuapp.com

Structure

The directory contains certain scripts and files for hosting model:

  1. flask_app.py The file which contains all the main backend operations of the website and used to run the flask server locally.

  2. Procfile for setting up heroku.

  3. requirement.txt contains all the dependencies for app/model to run.

Codebase

The entire code has been developed using Python programming language and is hosted on Heroku. The analysis and model is developed using SkcitLearn library and various machine learning models, The website is developed using Flask.

Dependencies

The following dependencies can be found in requirements.txt:

  1. scikit-learn
  2. Flask
  3. pandas
  4. numpy
  5. scikit-learn

About

This Repo consists code for Bank Note Authentication App. Deployed using Flask and Python. Website is hosted on Heroku platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published