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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTk2MjQsIm5iZiI6MTczOTAxOTMyNCwicGF0aCI6Ii83OTAxNTQyMC8yOTM1MjEwOTctYTYwOWM5NmQtNjBiZi00NGY3LWI4NzQtYjA2MjczNzY4OTFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEyNTUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUyYjhmODE5YjEzOGJkY2RhNTk5YzlmNTVkOTVkMzJiMTY2OTIzYTM0YTg0MDMwOGQyOTAxNDM5M2Q3MWIzMjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7pXOa-2_EJrpEolWoODskDRQ6OmfiNRMxhOw7pOdGLY)