Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions image_to_text/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ outputs/
/android/app/release

.metadata

assets
2 changes: 1 addition & 1 deletion image_to_text/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>

<application
android:label="image_to_text"
android:label="SnapRun"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">

Expand Down
Binary file added image_to_text/assets/model.tflite
Binary file not shown.
34 changes: 0 additions & 34 deletions image_to_text/ios/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions image_to_text/ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

1 change: 0 additions & 1 deletion image_to_text/ios/Flutter/Debug.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion image_to_text/ios/Flutter/Release.xcconfig

This file was deleted.

Loading