Take a picture of the beer menu at a restaurant and get back the top choice based on your preferences!
- Python
- GCP SDK and CLI
- Flutter
- Android Studio
- Cydia Impact
- iTunes
- libimobiledevice and ideviceinstaller
- which binary
- In VS Code, in the command palette choose "Attach to Flutter Process on Device"
- Choose emulator
- Once emulator is launched, run flutter app by typing "flutter run" in terminal
gcloud functions logs read --limit 150
gsutil cp beer_menu_1.png gs://beer-recommendation-image-store
(assuming you are in images directory this uploads image to image store bucket)
gcloud functions deploy ocr-save --runtime python37 --trigger-topic result-topic-name --entry-point save_result
gcloud functions deploy ocr-extract --runtime python37 --trigger-bucket beer-recommendation-image-store --entry-point process_image
- iOS non app-store certificates:
Apps signed with Free developer accounts expire after one week, so every week you have to rebuild and resign your app. This issue will go away when you get a paid account, which will allow you to run your non-App Store app for up to a year.
- Setting Up Virtual Environment For Python
- Simple "Hello World" Using Google Cloud Vision
- Simple OCR Example Code
- Setting Up Flutter
- "Hello World" Flutter
- Deploy Flutter App to iOS without a Mac - using Codemagic
- Cydia Impactor - Install IPA files on iOS and APK files on Android
- Basic Cross Platform UI Design With Flutter
- Great Example of Adding Camera Functionality to App
- Google Cloud Functions in Flutter App
- Full Pipeline for OCR Google Cloud Function
- GCP Python Examples
- Deploy GCP Cloud Functions From Source Control
- CI/CD With GCP Cloud Functions
- File Upload to GCP Firebase Storage
- Google Example Connecting Flutter App to Firebase
- Google Documentation on Adding Firebase Products to Flutter App
- Integrate Firebase Storage With GCP Vision
- Firebase Cloud Storage Overview
- Firebase Authentication
- Firebase Cloud Functions
- Extend Firebase Storage With Cloud Functions
- FlutterFire - Packages to Interface With Firebase Within Flutter
- Documentation on Hooking Up Cloud Function With Firebase Storage Trigger
- Cloud Storage Triggers
- Debugging with 3uTools - Debug on Windows for iOS app real time
- Dart Cheatsheet - Made by Google
- BLoC Pattern