GreenWear is a mobile application that allows users to estimate the environmental impact of their clothing.
- OCR based reading of clothing material labels
- Garment's proximity from production country calculation using Haversine formula
- Clothing ecology rating based on used material sustainability
Download .apk from releases and install on an Android device.
-
Set up react-native development environment for version 0.67.
-
Run
npm install. -
Run the project on Android using
npx react-native run-android.