Cross platform mobile application that determines whether an object is recyclable, compostable or neither using object recognition. Built for SD Hacks 2021.
- React Native
- Typescript
- Javascript
- Python
- Flask
- Google Vision API
- Firebase
- Repl.it for API hosting
-
Install the Expo command line tools by running the following command:
npm install -g expo-cli
-
Clone the repository
-
Open the project folder on your preferred IDE (e.g: Visual Studio Code)
-
Run the command
yarn
in the root of the project
-
Run the command
expo start
in the root of the project -
Open the expo application and either scan the QR code or click on 'CycleScan' in the Projects tab
Link to the CycleScan API that we built in order to determine the recyclability/compostability of items
https://GargantuanAffectionateCertifications.bkenza.repl.co
The code can be found in this repository!