AI driven app that indentifies nepali currency build with react native
- Nodejs
- NPM / Yarn
- Android Studio / Xcode
To test this app you need build tools, follow these steps from react native documentation to install all of them.
- After installing build tools clone the repo and inside project folder run
npm run install / yarn install
Command above installs all the dependency needed for the project.
- Run the following command to run app on the device
react-native run-ios / react-native run-android
Note: We expect you have gone through all the steps from react-native documentation.
- React Native - Build native mobile apps using JavaScript and React
Any contribution are heavily welcomed.
- Rabin Gaire - Wrote this app - @rabingaire
This project is licensed under the MIT License - see the LICENSE file for details
- Thank you @kshitizrimal for the AI model
- Thank you @imbiswas for his work on API that connects app and AI model