This project takes an image of the currency and checks if the currency uploaded is Fake or Real. VGG16 Model is used here as a pre-trained CNN Model, However it is fine tuned on a different dataset.
- React
- Docker
- Flask
- Jupyter-Notebook
- Fork and Clone the forked repository.
- Move in the frontend folder, type below command to install the packages.
yarn
- Run the frontend by the command :
yarn run dev
- Move to the flask folder, and create an environment.
virtualenv env
- Activate the environment.
env/Scripts/activate
- Install the libraries mentioned in the requirements.txt in the activated environment.
pip install -r requirements.txt
- Run the below command to run the flask app :
python app.py