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
![image](https://private-user-images.githubusercontent.com/79015420/293521097-a609c96d-60bf-44f7-b874-b0627376891f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjU3ODgsIm5iZiI6MTczOTU2NTQ4OCwicGF0aCI6Ii83OTAxNTQyMC8yOTM1MjEwOTctYTYwOWM5NmQtNjBiZi00NGY3LWI4NzQtYjA2MjczNzY4OTFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwMzgwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3YTMxNjI4YjY1ZDc4ZWY4YjNhZGZjZTIxZmU1MzFmZjNkN2RhYTk2ODJhZjg5ODRjODEyYjM2ZjQwODc5YTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wu8JAWmyjuG9GtY8KS8HJ5px3ANjKqo9-oHWc-Pv2H8)