QuoteSnap is an app for Android devices that allows users to take a photo of any inspirational text they see. The app will then use OCR technology to recognise and extract the text.
The user can then crop the photo to ensure only the text they want is scanned. Finally, the user can add additional details regarding the quote, such as Author, Category and Origin, before saving it to the database.
We built this app using React-Native, MongoDB and Expo.
- Download and install Android Studio
- Create an AVD via 'Virtual Device Manager'
- Ensure to setup your webcam in the 'Advanced Settings' to enable your emulator to use the camera.
- Clone repo to your local machine
cd
into the cloned repo- Run
npm install
- Run
npx expo run:android
- Press 's' to switch from 'Expo Go' to the 'development build'
- Run
npm start
- Press 'a' to load on your Android Emulator