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
The directory contains certain scripts and files for hosting model:
-
flask_app.py The file which contains all the main backend operations of the website and used to run the flask server locally.
-
Procfile for setting up heroku.
-
requirement.txt contains all the dependencies for app/model to run.
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.
The following dependencies can be found in requirements.txt: