-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40de950
commit 2d09598
Showing
39 changed files
with
130 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ | |
.externalNativeBuild | ||
.cxx | ||
local.properties | ||
*.apk | ||
*.log | ||
*.jks | ||
*.keystore |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,75 @@ | ||
# A - Obje Tanıma | ||
|
||
<img src="./Readme Resources/Obje Tanıma Logo.png" alt="Logo" width="80" heigh="80"/> | ||
|
||
<br> | ||
|
||
**İçindekiler** | ||
|
||
- [1. Proje Hakkında](#1-proje-hakkında) | ||
- [2. Ekran Görüntüleri](#2-ekran-görüntüleri) | ||
- [3. Video](#3-video) | ||
- [4. Kullanılan Teknolojiler](#4-kullanılan-teknolojiler) | ||
- [5. Uygulamayı Çalıştırma](#5-uygulamayı-çalıştırma) | ||
- [6. APK Dosyası](#6-apk-dosyası) | ||
- [7. Lisans](#7-lisans) | ||
- [8. İletişim](#8-i̇letişim) | ||
- [1. Uygulama Hakkında](#1-uygulama-hakkında) | ||
- [2. Ekran Görüntüleri](#2-ekran-görüntüleri) | ||
- [3. Video](#3-video) | ||
- [4. Kullanılan Teknoloji ve Kütüphaneler](#4-kullanılan-teknoloji-ve-kütüphaneler) | ||
- [5. Uygulamayı Çalıştırma](#5-uygulamayı-çalıştırma) | ||
- [6. Lisans](#6-lisans) | ||
- [7. İletişim](#7-i̇letişim) | ||
|
||
--- | ||
|
||
|
||
## 1. Proje Hakkında | ||
## 1. Uygulama Hakkında | ||
|
||
- **Tür:** Android Mobil Uygulama | ||
- **Kullanılan İzinler:** | ||
- Kamera | ||
- Uyanma Kilidi (WAKE_LOCK) | ||
- **Tür:** Android Mobil Uygulama | ||
- **Kullanılan İzinler:** | ||
- Kamera | ||
- Uyanma Kilidi (WAKE_LOCK) | ||
|
||
Bu Android uygulaması TensorFlow Lite kullanılarak `https://www.tensorflow.org/lite/examples/object_detection/overview?hl=tr` adresinden indirilen örnek meta verileri ile nesne tanıma işlemlerini gerçekleştirmek için geliştirilmiştir. Cihazın kamerasına erişim sağlandıktan sonra kameradan gelen görüntüler gerçek zamanlı olarak taranır ve tanımlanan nesneler kutu içinde gösterilir. | ||
Bu Android uygulaması TensorFlow Lite kullanılarak `https://www.tensorflow.org/lite/examples/object_detection/overview?hl=tr` | ||
adresinden indirilen örnek meta verileri ile nesne tanıma işlemlerini gerçekleştirmek için geliştirilmiştir. | ||
Cihazın kamerasına erişim sağlandıktan sonra kameradan gelen görüntüler gerçek zamanlı olarak taranır ve tanımlanan nesneler kutu içinde gösterilir. | ||
|
||
|
||
## 2. Ekran Görüntüleri | ||
|
||
| ![Ekran Görüntüsü 1](./README%20RESOURCES/Ekran%20Görüntüsü%201.jpg) | ![Ekran Görüntüsü 2](./README%20RESOURCES/Ekran%20Görüntüsü%202.jpg) | | ||
| ------------- | ------------- | | ||
| ![Ekran Görüntüsü 3](./README%20RESOURCES/Ekran%20Görüntüsü%203.jpg) | ![Ekran Görüntüsü 4](./README%20RESOURCES/Ekran%20Görüntüsü%204.jpg) | | | ||
| ![Ekran Görüntüsü 1](./Readme%20Resources/Ekran%20Görüntüleri/Ekran%20Görüntüsü%201.jpg) | ![Ekran Görüntüsü 2](./Readme%20Resources/Ekran%20Görüntüleri/Ekran%20Görüntüsü%202.jpg) | | ||
| ------------- | ------------- | | ||
| ![Ekran Görüntüsü 3](./Readme%20Resources/Ekran%20Görüntüleri/Ekran%20Görüntüsü%203.jpg) | ![Ekran Görüntüsü 4](./Readme%20Resources/Ekran%20Görüntüleri/Ekran%20Görüntüsü%204.jpg) | | | ||
|
||
|
||
## 3. Video | ||
|
||
[Proje Tanıtım Videosu](https://youtu.be/RpdR251bvqw) | ||
[Uygulama Tanıtım Videosu](https://youtu.be/RpdR251bvqw) | ||
|
||
## 4. Kullanılan Teknolojiler | ||
|
||
- **Kütüphaneler:** | ||
- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 | ||
- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 | ||
- androidx.navigation:navigation-fragment-ktx:2.7.5 | ||
- androidx.navigation:navigation-ui-ktx:2.7.5 | ||
- **Teknolojiler:** | ||
- ViewBinding | ||
- Coroutines | ||
## 4. Kullanılan Teknoloji ve Kütüphaneler | ||
|
||
- `viewBinding` | ||
- `mlModelBinding` | ||
- `Kotlin Coroutines` | ||
- `implementation("androidx.navigation:navigation-ui-ktx:2.7.7")` | ||
- `implementation("androidx.navigation:navigation-fragment-ktx:2.7.7")` | ||
- `implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.7.0")` | ||
- `implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0")` | ||
|
||
## 5. Uygulamayı Çalıştırma | ||
|
||
Uygulamayı kendi bilgisayarınıza indirmek, çalıştırmak veya kodları incelemek için git bash'de projeyi indirmek istediğiniz dosya yoluna gidip `git clone https://github.com/mustafatoktas/A_ObjeTanima.git` komutunu çalıştırabilirsiniz. | ||
|
||
## 5. Uygulamayı Çalıştırma | ||
|
||
## 6. APK Dosyası | ||
|
||
[Obje Tanıma.apk](./README%20RESOURCES/Obje%20Tanıma.apk) | ||
|
||
| Min API | Target API | | ||
| ------------- | ------------- | | ||
| 26 - Android 8.0 Oreo | 34 - Android 14.0 | | ||
- **Paket Adı:** `com.mustafatoktas.objetanima` | ||
- **Versiyon Adı:** `1.1` | ||
- **Versiyon Kodu:** `2` | ||
Uygulamanın proje dosyasını kendi bilgisayarınıza indirmek, kodları incelemek ve | ||
[lisans hakları](https://www.gnu.org/licenses/gpl-3.0.html) çerçevesinde geliştirme | ||
yapabilmek için [git](https://git-scm.com) yüklü bir bilgisayarda projeyi indirmek | ||
istediğiniz dosya yoluna gidip terminalde | ||
`git clone https://github.com/mustafatoktas/A_ObjeTanima.git` | ||
komutunu çalıştırabilirsiniz. | ||
|
||
|
||
## 7. Lisans | ||
## 6. Lisans | ||
Copyright 2024 Mustafa TOKTAŞ | ||
|
||
Licensed under the GNU General Public License v3.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
https://www.gnu.org/licenses/gpl-3.0.html | ||
https://www.gnu.org/licenses/gpl-3.0.html | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
|
@@ -80,8 +78,8 @@ Uygulamayı kendi bilgisayarınıza indirmek, çalıştırmak veya kodları ince | |
limitations under the License. | ||
|
||
|
||
## 8. İletişim | ||
## 7. İletişim | ||
|
||
- E-posta: [[email protected]](mailto:[email protected]) | ||
- Telegram: [Mustafa TOKTAŞ](https://t.me/mustafatoktas00) | ||
- LinkedIn: [Mustafa TOKTAŞ](https://www.linkedin.com/in/mustafatoktas/) | ||
<a href="mailto:[email protected]" target="_blank"> <img src="./Readme Resources/İletişim/Mail.png" alt="Mail" width="64" heigh="64"/> </a> | ||
<a href="https://t.me/mustafatoktas00" target="_blank"> <img src="./Readme Resources/İletişim/Telegram.png" alt="Telegram" width="64" heigh="64"/> </a> | ||
<a href="https://www.linkedin.com/in/mustafatoktas/" target="_blank"> <img src="./Readme Resources/İletişim/LinkedIn.png" alt="LinkedIn" width="64" heigh="64"/> </a> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"version": 3, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "com.mustafatoktas.objetanima", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"attributes": [], | ||
"versionCode": 2, | ||
"versionName": "1.1", | ||
"outputFile": "app-release.apk" | ||
} | ||
], | ||
"elementType": "File", | ||
"baselineProfiles": [ | ||
{ | ||
"minApi": 28, | ||
"maxApi": 30, | ||
"baselineProfiles": [ | ||
"baselineProfiles/1/app-release.dm" | ||
] | ||
}, | ||
{ | ||
"minApi": 31, | ||
"maxApi": 2147483647, | ||
"baselineProfiles": [ | ||
"baselineProfiles/0/app-release.dm" | ||
] | ||
} | ||
], | ||
"minSdkVersionForDexing": 26 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
</adaptive-icon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
</adaptive-icon> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#474747</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id("com.android.application") version "8.2.0" apply false | ||
id("com.android.application") version "8.4.0" apply false | ||
id("org.jetbrains.kotlin.android") version "1.9.10" apply false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Dec 04 23:47:26 TRT 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |