summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-28Update README.mdHEADmasterAlphara
2025-03-03Update README.mdAlphara
2024-06-09Updated the dependencies.xAlpharax
Changes to be committed: modified: android/app/build.gradle modified: android/build.gradle
2024-06-09Updated the dependencies.xAlpharax
Changes to be committed: modified: pubspec.lock modified: pubspec.yaml
2023-10-20Updated Flutter Lints to 3.0.0xAlpharax
Changes to be committed: modified: pubspec.lock modified: pubspec.yaml
2023-10-16@ --> inxAlpharax
Changes to be committed: modified: README.md
2023-10-16Wrote a comprehensive description of the project and gave instructions.1.0xAlpharax
Changes to be committed: modified: README.md
2023-10-16Made quick last changes to the params and functionality of the app.xAlpharax
Changes to be committed: modified: lib/main.dart modified: pubspec.lock modified: pubspec.yaml
2023-10-16Changes to be committed:xAlpharax
modified: lib/main.dart
2023-10-15YOLO view as main.xAlpharax
Changes to be committed: modified: lib/main.dart
2023-10-15Removed OCR from previous app.xAlpharax
Changes to be committed: modified: lib/main.dart deleted: lib/result_screen.dart
2023-10-15Subtle changes before big UI updatexAlpharax
Changes to be committed: modified: lib/main.dart modified: pubspec.lock modified: pubspec.yaml
2023-10-13Updated dependencies and assetsxAlpharax
Changes to be committed: deleted: assets/yolov8n-seg.tflite modified: pubspec.yaml
2023-10-13Fixed Icon BreakagexAlpharax
Changes to be committed: deleted: android/app/src/main/res/AndroidManifest.xml new file: android/app/src/main/res/drawable-hdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-mdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png new file: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml modified: android/app/src/main/res/mipmap-hdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-mdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xhdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file: android/app/src/main/res/values/colors.xml modified: lib/main.dart
2023-10-13Functional Project StatexAlpharax
Changes to be committed: modified: .metadata modified: android/app/build.gradle renamed: android/app/src/main/kotlin/com/example/yolo/MainActivity.kt -> android/app/src/main/kotlin/com/example/yoloo/MainActivity.kt new file: android/app/src/main/res/AndroidManifest.xml deleted: android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png deleted: android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png deleted: android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png deleted: android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png deleted: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png deleted: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml modified: android/app/src/main/res/mipmap-hdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-mdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xhdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png modified: android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted: android/app/src/main/res/values/colors.xml modified: ios/Runner/Info.plist modified: lib/main.dart modified: pubspec.lock modified: pubspec.yaml
2023-10-05Pickup from previous state.xAlpharax
2023-09-30Updated ViewsxAlpharax
Changes to be committed: modified: lib/main.dart modified: lib/result_screen.dart
2023-09-30YOLO V5 and V8 are workingxAlpharax
Changes to be committed: modified: lib/main.dart
2023-09-30new pipelinexAlpharax
2023-09-29packagesxAlpharax
2023-09-29Updated status.xAlpharax
2023-09-28Getting basic functionalities over from the OCR app like the camera.xAlpharax
Changes to be committed: modified: lib/main.dart new file: lib/result_screen.dart modified: pubspec.lock modified: pubspec.yaml modified: test/widget_test.dart
2023-09-28Packages updated.xAlpharax
Changes to be committed: modified: lib/main.dart
2023-09-20Package management done.xAlpharax
2023-09-20Initial migration of the project.xAlpharax
Changes to be committed: new file: .gitignore new file: .metadata new file: README.md new file: analysis_options.yaml new file: android/.gitignore new file: android/app/build.gradle new file: android/app/src/debug/AndroidManifest.xml new file: android/app/src/main/AndroidManifest.xml new file: android/app/src/main/kotlin/com/example/yolo/MainActivity.kt new file: android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-v21/launch_background.xml new file: android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png new file: android/app/src/main/res/drawable/launch_background.xml new file: android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file: android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file: android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file: android/app/src/main/res/values-night/styles.xml new file: android/app/src/main/res/values/colors.xml new file: android/app/src/main/res/values/styles.xml new file: android/app/src/profile/AndroidManifest.xml new file: android/build.gradle new file: android/gradle.properties new file: android/gradle/wrapper/gradle-wrapper.properties new file: android/settings.gradle new file: assets/MegaViewLogo.png new file: assets/mobilenet_v1_1.0_224.tflite new file: assets/mobilenet_v1_1.0_224.txt new file: assets/yolov2_tiny.tflite new file: assets/yolov2_tiny.txt new file: ios/.gitignore new file: ios/Flutter/AppFrameworkInfo.plist new file: ios/Flutter/Debug.xcconfig new file: ios/Flutter/Release.xcconfig new file: ios/Runner.xcodeproj/project.pbxproj new file: ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file: ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file: ios/Runner.xcworkspace/contents.xcworkspacedata new file: ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file: ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file: ios/Runner/AppDelegate.swift new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file: ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png new file: ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md new file: ios/Runner/Base.lproj/LaunchScreen.storyboard new file: ios/Runner/Base.lproj/Main.storyboard new file: ios/Runner/Info.plist new file: ios/Runner/Runner-Bridging-Header.h new file: ios/RunnerTests/RunnerTests.swift new file: lib/main.dart new file: pubspec.lock new file: pubspec.yaml new file: test/widget_test.dart
2023-09-10Initial commitAlphara