Skip to content

cobanov/Keras-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras Image Detection

Hızlı ve basit şekilde nesne tanıma işlerinizi Keras ile halledin.

Keras Image Detection Detected Output

Getting Started

Bu proje nesne tanıma işlerinizi Keras içerisinde tanımlı fonksiyonlar ile nasıl basitçe gerçekleştirebileceğinizi anlatır.

Örnek olarak VGG16 ve ResNet modelleriyle, elinizdeki görsellerden tanımlama işlemi yapmaktadır.

Ayrıca kapsamlı rehbere Deep Learning Türkiye Medium sayfasından ulaşabilirsiniz.

Rehber Linki

Prerequisites

Python 3.x.x
Keras

Installing

Gerekli kütüphaneler kurulduğunda seçeceğiniz modelin dosyasını çalıştırın.

İlgili satırdaki hedef yolunu değiştirerek farklı görseller üzerinde deneyebilirsiniz.

img_path = ‘images/bird.jpg’

Notes:

Farklı modeller ile çalışmak için ResNet veya VGG dosyalarını kullanın.

Proje dışındaki diğer modellere gözatmak için Keras dokümantasyonunu inceleyebilirsiniz.

Keras Dökümantasyonu

Other Models

Model:

  • Data: Custom
  • Tür: CNN
  • Model: VGG16, ResNet

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages